recommit
This commit is contained in:
commit
d7002df737
3 changed files with 58 additions and 35 deletions
|
@ -36,4 +36,5 @@ security:
|
|||
# Note: Only the *first* access control that matches will be used
|
||||
access_control:
|
||||
# - { path: ^/admin, roles: ROLE_ADMIN }
|
||||
- { path: ^(?!/(login|register|reset-password)), roles: ROLE_USER }
|
||||
- { path: ^/admin, roles: ROLE_ADMIN }
|
||||
- { path: ^(?!/(login|register|reset-password)), roles: ROLE_USER }
|
Reference in a new issue