Skip to content

Commit b309307

Browse files
committed
minor #16576 [Security] Update security.rst (mark2016)
This PR was submitted for the 6.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Security] Update security.rst Added the config value for failure_path under form_login (it was missing). <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- fde7ca7 Update security.rst
2 parents efbb654 + fde7ca7 commit b309307

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

reference/configuration/security.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,14 @@ URL and process the submitted login credentials.
467467
Be sure that this URL is covered by your main firewall (i.e. don't create
468468
a separate firewall just for ``check_path`` URL).
469469

470+
failure_path
471+
..........
472+
473+
**type**: ``string`` **default**: ``/login``
474+
475+
This is the route or path that the user is redirected to after a failed login attempt.
476+
It can be a relative/absolute URL or a Symfony route name.
477+
470478
use_forward
471479
...........
472480

0 commit comments

Comments
 (0)