Delegation
Closes #38 (closed) and #39 (closed)
- Replaces primary key of invites with $not-the-secret-token to allow admin operations on invite without leaking the token
- Associates invite links with the creating user
- Adds
ACL_SIGNUP_GROUP
that allows non-admin users to create invite links for signup - Introduces
Role.moderator_group
that, if set, makes its members role moderators - Role moderators can create invite links that grant access to roles the creator is a moderator of
- Role moderators can edit the role description, view and remove role members
Edited by Julian
Merge request reports
Activity
added 1 commit
- 3493d8f7 - Added role moderator groups and extended invites to support delegation
added 1 commit
- ecdab745 - Refactored invite page and increased invite/signup token entropy
added 5 commits
Toggle commit listadded 1 commit
- b46a459c - Added rolemod-related test case for role.update view
- Resolved by Julian
- Resolved by Julian
- Resolved by Julian
added 1 commit
- fd043890 - Limited invite validity period, extended token entropy, other small fixes
Please register or sign in to reply