From 692e6d1221927c370fae7d3885ac543d877f0e3d Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 10 Aug 2013 20:09:33 +0200 Subject: mod_auth_internal_plain: Log a debug message when changing password to be consistent with the other methods --- plugins/mod_auth_internal_plain.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/mod_auth_internal_plain.lua') diff --git a/plugins/mod_auth_internal_plain.lua b/plugins/mod_auth_internal_plain.lua index b2c8cb2b..2e231065 100644 --- a/plugins/mod_auth_internal_plain.lua +++ b/plugins/mod_auth_internal_plain.lua @@ -35,6 +35,7 @@ function provider.get_password(username) end function provider.set_password(username, password) + log("debug", "set_password for username '%s'", username); local account = accounts:get(username); if account then account.password = password; -- cgit v1.2.3