Document that 'unregister' command deletes data associated with the account

This commit is contained in:
Badlop 2022-01-13 19:28:50 +01:00
parent 1fb908b70f
commit a9ac10e876
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ get_commands_spec() ->
result = {res, restuple}},
#ejabberd_commands{name = unregister, tags = [accounts],
desc = "Unregister a user",
longdesc = "This deletes the authentication and all the "
"data associated to the account (roster, vcard...).",
policy = admin,
module = ?MODULE, function = unregister,
args_desc = ["Username", "Local vhost served by ejabberd"],