|
@@ -47,7 +47,7 @@ security:
|
|
|
# Easy way to control access for large sections of your site
|
|
|
# Note: Only the *first* access control that matches will be used
|
|
|
access_control:
|
|
|
- - { path: ^/(login$|register$|motdepasseoublie$|resetpassword/token=|activate/token=|fichefilm/|$|liste-by/|liste-by_real/|recherche) , roles: PUBLIC_ACCESS }
|
|
|
+ - { path: ^/(login$|register$|motdepasseoublie$|resetpassword/token=|activate/token=|fichefilm/|$|liste-by/|liste-by_real/|recherche|prochaines-sorties$) , roles: PUBLIC_ACCESS }
|
|
|
- { path: ^/admin, roles: ROLE_ADMIN }
|
|
|
- { path: ^/genre, roles: ROLE_MODERATEUR }
|
|
|
- { path: ^/, roles: IS_AUTHENTICATED_REMEMBERED }
|