diff options
author | Frederick Muriuki Muriithi | 2023-01-11 11:20:36 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-01-11 11:20:36 +0300 |
commit | 53371fb668d1d18ba4696b3e4739f26edd677d8d (patch) | |
tree | 1bdc74e65ed1c49de6414949d0a02e5cb05f7d75 /tests/unit/db/data | |
parent | 1b28c4043b4e1199920bc848d752bcc154314842 (diff) | |
download | genenetwork3-53371fb668d1d18ba4696b3e4739f26edd677d8d.tar.gz |
auth: assign default role. separate group creation from group admin
A newly registered user will have the ability to create a group. Once a user is a member of a group, either by creating a new group, or being added to a group, they should not be able to create any more groups, i.e. they lose the 'create-group' (and/or equivalent) privileges. This means that the group-administration privileges should be separated from the group-creation privilege. * gn3/auth/authorisation/roles.py: assign default roles to user on registration * gn3/auth/authorisation/views.py: assign default roles to user on registration * migrations/auth/20230111_01_Wd6IZ-remove-create-group-privilege-from-group-leader.py: separate group-creation role from group-administration role. * tests/unit/auth/fixtures/user_fixtures.py: Add group-creation role to test user * tests/unit/auth/test_roles.py: Add the group-creation role explicitly in the expected results for the test
Diffstat (limited to 'tests/unit/db/data')
0 files changed, 0 insertions, 0 deletions