diff --git a/snikket_web/admin.py b/snikket_web/admin.py index fbe0a1b..0d24928 100644 --- a/snikket_web/admin.py +++ b/snikket_web/admin.py @@ -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")), ],