Kim Alvefur
73d1bb1218
various: Require encryption by default for real
...
These options have been specified (and enabled) in the default config file for
a long time. However if unspecified in the config, they were not enabled. Now
they are.
This may result in a change of behaviour for people using very old config
files that lack the require_encryption options. But that's what we want.
2021-12-25 16:23:40 +01:00
Matthew Wild
073a654eff
mod_register_ibr: Add event for successful password reset
...
This is in addition to the existing event for password changes. This
one includes additional details about the actor, and only triggers
when the change is due to the account owner (presumably) resetting.
As example use case is to invalidate one-time password reset tokens.
2020-06-22 11:35:24 +01:00
Matthew Wild
f480583839
mod_register_ibr: Allow registration to reset an existing account password if permitted by a plugin
2020-06-18 16:42:22 +01:00
Kim Alvefur
d2aa477111
mod_register_ibr: Fix reporting of registration rejection reason
...
When the reason is reported as an util.error object the `reason` field
is empty and the reason text should be extacted from the error object.
2020-04-23 19:02:44 +02:00
Kim Alvefur
64a2f6c192
mod_register_ibr: Enforce strict JID validation
2019-11-01 23:11:43 +01:00
Kim Alvefur
1d400b6d80
mod_register_ibr: Allow registartion rejection reason as util.error object
2019-11-01 18:09:13 +01:00
Kim Alvefur
fc0e6e197d
mod_register_ibr: Distinguish between failure to create account or save extra data
2019-09-29 17:34:47 +02:00
Kim Alvefur
213edf5203
mod_register_ibr: Reminder to maybe use util.error in the future
2019-09-29 16:22:05 +02:00
Emmanuel Gil Peyrot
1fa149d6c4
mod_register_ibr, mod_register_limits: Add support for custom error type and defined-condition.
2019-09-29 15:26:18 +02:00
Emmanuel Gil Peyrot
2c3bd063b9
mod_register_ibr: Add FORM_TYPE as required by XEP-0077.
2019-09-29 15:05:17 +02:00
Kim Alvefur
ce9eed3c88
mod_register: Move dependency on mod_register_limits into mod_register_ibr
2018-11-07 17:49:34 +01:00
Matthew Wild
fd3589a25e
mod_register_ibr: Include password in user-registering event, to allow e.g. password policy enforcement
2018-10-09 15:01:34 +01:00
Kim Alvefur
34a61dd7c6
mod_register_ibr: Return a textual error to the user for problems with parsing form data
2018-04-09 22:05:49 +02:00
Kim Alvefur
b60e8fbee2
mod_register_ibr: Reshape the code using early returns to reduce needless indentation
2018-04-07 02:57:05 +02:00
Kim Alvefur
9d92cdc944
mod_register_ibr: Include reason for rejection of registration in debug log
2018-03-10 02:21:23 +01:00
Kim Alvefur
9cd0b48f39
mod_register_ibr: Allow modules that do pre-registration checks to specify a reason for rejection
...
The current hardcoded text may not always be accurate
2017-12-27 00:44:21 +01:00
Kim Alvefur
818d4e7323
mod_register_ibr: Split out throttling and IP limitations into mod_register_limits ( #723 )
2017-12-09 19:35:08 +01:00
Kim Alvefur
d00ffdb249
mod_register: Split into mod_register_ibr and mod_user_account_management ( #723 )
...
- mod_register_ibr handles in-band registration
- mod_user_account_management handles password change and user deletion
2017-10-07 22:00:50 +02:00