Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new user permissions #8

Merged
merged 8 commits into from
Feb 28, 2024
4 changes: 3 additions & 1 deletion models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ user:
restriction_mode: A
email:
type: string
restriction_mode: E
restriction_mode: B
default_vote_weight:
type: decimal(6)
default: "1.000000"
Expand Down Expand Up @@ -1924,7 +1924,9 @@ group:
- tag.can_manage
- user.can_manage
- user.can_manage_presence
- user.can_see_sensitive_data
- user.can_see
- user.can_update
restriction_mode: A
weight:
type: number
Expand Down
3 changes: 3 additions & 0 deletions permission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ user:
can_manage:
can_manage_presence:
can_see:
can_update:
can_see_sensitive_data:
can_see: