Skip to content
Snippets Groups Projects
Commit 9767c60e authored by Fabrice Gangler's avatar Fabrice Gangler :art:
Browse files

chore: update ACL

parent ea950b4d
No related branches found
No related tags found
1 merge request!29Feat user login change password forgot password
......@@ -39,7 +39,8 @@ security:
# https://symfony.com/doc/current/security/access_control.html
access_control:
# - { route: 'superadmin_configuration', roles: ROLE_SUPERADMIN }
- { path: ^/admin/configuration/, roles: ROLE_SUPERADMIN }
# - { path: ^/admin/configuration/, roles: ROLE_SUPERADMIN }
- { path: ^/admin/configuration/, roles: ROLE_ADMIN }
- { path: ^/admin/, roles: ROLE_ADMIN }
- { path: ^/user/profile, roles: ROLE_USER }
- { path: ^/, roles: PUBLIC_ACCESS }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment