mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_auth_internal_{plain,hashed}: Clarify log messages on initialization
This commit is contained in:
parent
eca225365d
commit
afebf2da34
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ local iteration_count = 4096;
|
|||
|
||||
function new_hashpass_provider(host)
|
||||
local provider = { name = "internal_hashed" };
|
||||
log("debug", "initializing hashpass authentication provider for host '%s'", host);
|
||||
log("debug", "initializing internal_hashed authentication provider for host '%s'", host);
|
||||
|
||||
function provider.test_password(username, password)
|
||||
local credentials = datamanager.load(username, host, "accounts") or {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue