Kim Alvefur
98922d54b1
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
Vitaly Orekhov
6d526798bf
mod_auth_internal_plain: Fix user creation done via mod_admin_shell
...
Following the new behavior in auth_internal_hashed (c8f59ce7d3cf), the account
will be created and disabled, instead of returning an error telling password
being nil when calling saslprep().
Note that mod_auth_internal_plain does not have full support for
enabled/disabled accounts, but that may be fixed in subsequent commits.
2023-03-21 01:46:47 +03:00
Matthew Wild
4db3d15723
usermanager, mod_auth_*: Add get_account_info() returning creation/update time
...
This is useful for a number of things. For example, listing users that need to
rotate their passwords after some event. It also provides a safer way for code
to determine that a user password has changed without needing to set a handler
for the password change event (which is a more fragile approach).
2022-07-12 13:14:47 +01:00
Matthew Wild
6a54d2d2c4
mod_auth_internal_{plain,hashed}: Use constant-time string comparison for secrets
2021-05-10 16:50:24 +01:00
Kim Alvefur
71c6728e69
mod_auth_internal_*: Apply saslprep to passwords
...
Related to #1560
2020-05-23 14:17:04 +02:00
Kim Alvefur
6132b1f72e
mod_auth_internal_plain: Rename unused self argument [luacheck]
2017-04-04 01:26:33 +02:00
Kim Alvefur
69adf36132
mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too
2013-08-10 20:10:30 +02:00
Kim Alvefur
692e6d1221
mod_auth_internal_plain: Log a debug message when changing password to be consistent with the other methods
2013-08-10 20:09:33 +02:00
Kim Alvefur
5dc7169a08
mod_auth_internal_plain: Remove redundant hostname from log messages
2013-08-10 20:06:51 +02:00
Florian Zeitz
1d833bb807
Remove all trailing whitespace
2013-08-09 17:48:21 +02:00
Matthew Wild
3f91421f0c
mod_auth_internal_plain: Don't log passwords, even at debug level
2013-04-23 15:13:51 +01:00
Kim Alvefur
61e1281073
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
2013-04-19 16:14:06 +02:00
Waqas Hussain
b1f22daa93
mod_auth_internal_plain, mod_auth_internal_hashed: No need to nodeprep here.
2013-01-22 08:26:08 +05:00
Kim Alvefur
ce8ed66881
mod_auth_internal_{plain,hashed}: Add support for iterating over accounts
2012-09-21 17:26:12 +02:00
Waqas Hussain
92515e7aa6
mod_auth_*: Use module:provides().
2012-09-12 21:41:51 +05:00
Waqas Hussain
e7c19c5cb6
mod_auth_{internal_plain,cyrus,anonymous}: Get rid of useless wrapper function new_default_provider.
2012-09-12 21:32:12 +05:00
Matthew Wild
5abd2aa3e7
mod_auth_internal_plain: Remove unused imports
2012-04-28 03:49:13 +01:00
Matthew Wild
afebf2da34
mod_auth_internal_{plain,hashed}: Clarify log messages on initialization
2012-03-11 20:56:09 +00:00
Waqas Hussain
9c85f1fccd
mod_auth_*: Get rid of undocumented and broken 'sasl_realm' config option.
2011-02-23 01:34:46 +05:00
Matthew Wild
2e28b24183
mod_auth_internal_*: Support for delete_user method
2011-01-04 17:12:28 +00:00
Waqas Hussain
aa144af70e
util.sasl.*, mod_auth_*, mod_saslauth: Pass SASL handler as first parameter to SASL profile callbacks.
2010-12-27 19:57:04 +05:00
Waqas Hussain
348414f595
mod_auth_internal_plain: Get rid of all checks for Cyrus SASL.
2010-08-23 16:31:44 +05:00
Waqas Hussain
3d402d422e
mod_auth_*: Fixed copyright headers.
2010-08-02 18:44:08 +05:00
Matthew Wild
43f0ee7e21
mod_auth_internal, usermanager: Rename to mod_auth_internal_plain, and update usermanager to still use it as the default
2010-07-08 21:08:46 +01:00