Skip to content

Commit 18900f0

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Minor reword fix(reference): security.logout.path supports route name
2 parents 2f97612 + 033a487 commit 18900f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/configuration/security.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,9 @@ the current firewall and not the other ones.
501501

502502
**type**: ``string`` **default**: ``/logout``
503503

504-
The path which triggers logout. You need to set up a route with a matching path.
504+
The path or route name that triggers the logout. If the value starts with a
505+
``/`` character, it's treated as a path; otherwise, it's treated as a route
506+
name. If you use a path, make sure to also define a route that matches it.
505507

506508
target
507509
......

0 commit comments

Comments
 (0)