aboutsummaryrefslogtreecommitdiff
path: root/scripts/register_sys_admin.py
AgeCommit message (Expand)Author
2023-05-30Fix linting errors and failing tests...* scripts/register_sys_admin.py: fix linting error * tests/unit/auth/fixtures/oauth2_client_fixtures.py: hash client secret in database. The code expects it hashed in the database. Frederick Muriuki Muriithi
2023-05-30Enable registering sys-admin on CLI...To ease registration of system-admin user, provide a CLI script to register the user and mark them as sys admin in one go. Frederick Muriuki Muriithi