Skip to content

Commit

Permalink
use route name instead of path in security configuration (#86)
Browse files Browse the repository at this point in the history
To avoid problems when have language specific urls for login
  • Loading branch information
martinlagler authored and alexander-schranz committed Mar 5, 2018
1 parent 6c40150 commit 3b4b746
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/doc/2-setup-webspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ security:
pattern: ^/
anonymous: ~
form_login:
login_path: /login
check_path: /login
login_path: sulu_community.login
check_path: sulu_community.login
logout:
path: /logout
path: sulu_community.logout
target: /
remember_me:
secret: "%secret%"
Expand Down

0 comments on commit 3b4b746

Please sign in to comment.