Skip to content

Commit

Permalink
[SCOUT] Fix membership applications denied for admins
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwildor committed May 22, 2024
1 parent 0458ad4 commit 553185d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ security:
# https://symfony.com/doc/current/security/impersonating_user.html
# switch_user: true

role_hierarchy:
ROLE_ADMIN: [ROLE_DIVISION_CONTACT]

# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used
access_control:
Expand Down

0 comments on commit 553185d

Please sign in to comment.