Skip to content

Commit 7c9046d

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: Minor reword fix(reference): security.logout.path supports route name
2 parents 3b00093 + 7fcff0c commit 7c9046d

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
@@ -551,7 +551,9 @@ the current firewall and not the other ones.
551551

552552
**type**: ``string`` **default**: ``/logout``
553553

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

556558
target
557559
......

0 commit comments

Comments
 (0)