mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too
This commit is contained in:
parent
692e6d1221
commit
69adf36132
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ local accounts = module:open_store("accounts");
|
|||
|
||||
-- define auth provider
|
||||
local provider = {};
|
||||
log("debug", "initializing internal_plain authentication provider for host '%s'", host);
|
||||
|
||||
function provider.test_password(username, password)
|
||||
log("debug", "test password for user '%s'", username);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue