Add and document user management commands
All checks were successful
Tests / test (push) Successful in 25s
All checks were successful
Tests / test (push) Successful in 25s
This commit is contained in:
parent
a520fdeb4a
commit
78ba457096
3 changed files with 87 additions and 0 deletions
|
@ -108,3 +108,6 @@ Useful commands:
|
|||
need to be frequent, but otherwise, the database is going to bloat eventually)
|
||||
- ``reencrypt_fields``: Run after you changed your ``SERVALA_SECRET_KEY`` or ``SERVALA_SALT_KEY`` in order to use the
|
||||
new keys, and be able to retire the previous ones.
|
||||
- ``make_staff_user``: Mark one or multiple users as staff users. Use ``--substring`` flag to e.g. match
|
||||
entire email domains.
|
||||
- ``make_superuser``: Mark one given user (by email address) as superuser.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue