mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
management: Replace knight command with change_user_role command.
We replace knight command with change_user_role command which allows us to change role of a user to owner, admins, member and guest. We can also give/revoke api_super_user permission using this command. Tweaked by tabbott to improve the logging output and update documentation. Fixes #16586.
This commit is contained in:
@@ -193,7 +193,7 @@ strength allowed is controlled by two settings in
|
||||
|
||||
API super user bots cannot be created by Zulip users, including
|
||||
organization owners. They can only be created on the command
|
||||
line (via `manage.py knight --permission=api_super_user`).
|
||||
line (via `manage.py change_user_role api_super_user`).
|
||||
|
||||
## User-uploaded content
|
||||
|
||||
|
||||
Reference in New Issue
Block a user