log plugins/mod_auth_internal_plain.lua @ 14229:ce31fdde0ad1 default tip

age author description
Fri, 09 Aug 2024 20:23:46 +0200 Kim Alvefur mod_auth_internal_{hashed,plain}: Respect flag for disabled accounts in test_password()
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Tue, 21 Mar 2023 01:46:47 +0300 Vitaly Orekhov mod_auth_internal_plain: Fix user creation done via mod_admin_shell
Tue, 12 Jul 2022 13:14:47 +0100 Matthew Wild usermanager, mod_auth_*: Add get_account_info() returning creation/update time
Mon, 10 May 2021 16:50:24 +0100 Matthew Wild mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets 0.11
Sat, 23 May 2020 14:17:04 +0200 Kim Alvefur mod_auth_internal_*: Apply saslprep to passwords 0.11
Tue, 04 Apr 2017 01:26:33 +0200 Kim Alvefur mod_auth_internal_plain: Rename unused self argument [luacheck]
Sat, 10 Aug 2013 20:10:30 +0200 Kim Alvefur mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too
Sat, 10 Aug 2013 20:09:33 +0200 Kim Alvefur mod_auth_internal_plain: Log a debug message when changing password to be consistent with the other methods
Sat, 10 Aug 2013 20:06:51 +0200 Kim Alvefur mod_auth_internal_plain: Remove redundant hostname from log messages
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Tue, 23 Apr 2013 15:13:51 +0100 Matthew Wild mod_auth_internal_plain: Don't log passwords, even at debug level
Fri, 19 Apr 2013 16:14:06 +0200 Kim Alvefur mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
Tue, 22 Jan 2013 08:26:08 +0500 Waqas Hussain mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.