Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-14 | Migrations: Add `user_editable` field to roles table | Frederick Muriuki Muriithi | |
Some roles will not be user editable to prevent inconsistencies, and possible privilege escalation. * migrations/auth/20221110_05_BaNtL-create-roles-table.py: Add `user_editable` column to table * migrations/auth/20221114_04_tLUzB-initialise-basic-roles.py: Set `group-leader` role as not user editable | |||
2022-11-14 | Migrations: Create the `group-leader` role and give it privileges | Frederick Muriuki Muriithi | |
* migrations/auth/20221114_04_tLUzB-initialise-basic-roles.py: new migration * tests/unit/auth/test_migrations_insert_data_into_empty_table.py: test new migration |