Remove unneccessary line
This commit is contained in:
parent
9b2ebb510f
commit
8c120bd872
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ security:
|
||||||
# Easy way to control access for large sections of your site
|
# Easy way to control access for large sections of your site
|
||||||
# Note: Only the *first* access control that matches will be used
|
# Note: Only the *first* access control that matches will be used
|
||||||
access_control:
|
access_control:
|
||||||
# - { path: ^/admin, roles: ROLE_ADMIN }
|
|
||||||
- { path: ^/$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
- { path: ^/$, roles: IS_AUTHENTICATED_ANONYMOUSLY }
|
||||||
- { path: ^/admin, roles: ROLE_ADMIN }
|
- { path: ^/admin, roles: ROLE_ADMIN }
|
||||||
- { path: ^(?!/(login|register|reset-password|offers|offer)), roles: ROLE_USER }
|
- { path: ^(?!/(login|register|reset-password|offers|offer)), roles: ROLE_USER }
|
Reference in a new issue