admin: Re-disable 'limited' role (accidentally uncommented in c58ce8450)

This commit is contained in:
Matthew Wild
2021-05-19 21:59:16 +01:00
parent f2788aeb36
commit 7f02746f63

View File

@@ -73,7 +73,7 @@ class EditUserForm(BaseForm):
choices=[
# NOTE: enable this only after something has been done which
# actually enforces the described restrictions :).
("prosody:restricted", _LIMITED_ROLE_NAME),
# ("prosody:restricted", _LIMITED_ROLE_NAME),
("prosody:normal", _l("Normal user")),
("prosody:admin", _l("Administrator")),
],