You've already forked snikket-web-portal
admin: Re-disable 'limited' role (accidentally uncommented in c58ce8450)
This commit is contained in:
@@ -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")),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user