Hi,
Adding users is very easy on ejabberd web admin page, we can just go to vhost>users then we can already add a user. But I would like to know now on how to lock out a user.
Our company does not delete users instead we just disable or lock out the account. How do I do that?
Thanks
ejabb3rd wrote: But I would
But I would like to know now on how to lock out a user.
Our company does not delete users instead we just disable or lock out the account. How do I do that?
Ah, this is so easy...
Just change the user password to a random large password.
...or simply create a module
...or simply create a module based on set_presence_hook to disconnect the selected user every time he/she wants to log in.