What version of ejabberd are you using?
17.01, with mysql storage
What operating system (version) are you using?
Debian
How did you install ejabberd (source, package, distribution)?
source, git tag
What did not work as expected? Are there error messages in the log? What
was the unexpected behavior? What was the expected result?
We have multiple users that suffered from their accounts beeing deleted. Could be because of the psi(plus) bug https://github.com/psi-plus/main/issues/671, but was also reported from users with only pidgin and conversations.
To avoid this, is it somehow possible to disable in-band account unregistration, but leave registration and password-changing possible? (So not just removing mod_register)
Alas, it's not supported, but quite useful feature indeed.
Fixed in a8dc5f80d11305fc73d866d1cc3ecff9ecb2e1bd
So the simplest configuration to disable in-band unregistration will look like:
mod_register:
access_remove: deny
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Alas, it's not supported, but quite useful feature indeed.