Ejabberd: Possibility to disable in-band account unregister?

Created on 7 Mar 2017  路  4Comments  路  Source: processone/ejabberd

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)

Enhancement Feature

Most helpful comment

Alas, it's not supported, but quite useful feature indeed.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cromain picture cromain  路  3Comments

pacija picture pacija  路  4Comments

ThomasLeister picture ThomasLeister  路  4Comments

rahul-l picture rahul-l  路  3Comments

ForGuru picture ForGuru  路  4Comments