Skip to content

Commit fde7ca7

Browse files
mark2016javiereguiluz
authored andcommitted
Update security.rst
Added the config value for failure_path under form_login (it was missing).
1 parent efbb654 commit fde7ca7

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)