mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
mod_auth_internal_hashed: Remove this 'initializing' message too
This commit is contained in:
parent
69adf36132
commit
6ee727dd25
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ local iteration_count = 4096;
|
||||||
local host = module.host;
|
local host = module.host;
|
||||||
-- define auth provider
|
-- define auth provider
|
||||||
local provider = {};
|
local provider = {};
|
||||||
log("debug", "initializing internal_hashed authentication provider for host '%s'", host);
|
|
||||||
|
|
||||||
function provider.test_password(username, password)
|
function provider.test_password(username, password)
|
||||||
local credentials = accounts:get(username) or {};
|
local credentials = accounts:get(username) or {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue