Skip to content

Commit dec77f1

Browse files
committed
[SecurityBundle] add note to info text of no-op config option logout_on_user_change
1 parent bf017a9 commit dec77f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ private function addFirewallsSection(ArrayNodeDefinition $rootNode, array $facto
199199
->scalarNode('context')->cannotBeEmpty()->end()
200200
->booleanNode('logout_on_user_change')
201201
->defaultTrue()
202-
->info('When true, it will trigger a logout for the user if something has changed.')
202+
->info('When true, it will trigger a logout for the user if something has changed. Note: No-Op option since 4.0. Will always be true.')
203203
->end()
204204
->arrayNode('logout')
205205
->treatTrueLike(array())

0 commit comments

Comments
 (0)