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 0d31fe5ef7

View File

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