8000 minor #1137 adding logout_on_user_change parameter to main firewall (… · symfony/symfony-standard@71e63fa · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 71e63fa

Browse files
committed
minor #1137 adding logout_on_user_change parameter to main firewall (yassinechabli)
This PR was merged into the 3.4 branch. Discussion ---------- adding logout_on_user_change parameter to main firewall adding parameter **logout_on_user_change** to ignore the warning Commits ------- b9d4dc8 adding logout_on_user_change parameter to main firewall
2 parents 55113e5 + b9d4dc8 commit 71e63fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ security:
1616
main:
1717
anonymous: ~
1818
# activate different ways to authenticate
19-
19+
logout_on_user_change: true
2020
# https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate
2121
#http_basic: ~
2222

0 commit comments

Comments
 (0)
0