Add and document user management commands
All checks were successful
Tests / test (push) Successful in 25s

This commit is contained in:
Tobias Kunze 2025-03-25 15:39:51 +01:00
parent a520fdeb4a
commit 78ba457096
3 changed files with 87 additions and 0 deletions

View file

@ -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.