Skip to content

Commit

Permalink
[FIX]: error on install
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeauvoir committed May 13, 2014
1 parent 6edaba0 commit f71e629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ security:
- { path: /[a-z]+/my-account/enregistrement, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: /[a-z]+/my-account/enregistrement_check, roles: IS_AUTHENTICATED_ANONYMOUSLY }
- { path: /[a-z]+/administration/, roles: ROLE_ADMIN }
- { path: /[a-z]+, roles: ROLE_USER }
#- { path: /[a-z]+, roles: ROLE_USER }
#- { path: ^/login, roles: IS_AUTHENTICATED_ANONYMOUSLY, requires_channel: https }

0 comments on commit f71e629

Please sign in to comment.