From fde7ca7fae1535a6954562c575feaeb9b1343b2c Mon Sep 17 00:00:00 2001 From: mark2016 Date: Tue, 8 Mar 2022 01:09:15 +1100 Subject: [PATCH] Update security.rst Added the config value for failure_path under form_login (it was missing). --- reference/configuration/security.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 46e16014d19..e330ec19419 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -467,6 +467,14 @@ URL and process the submitted login credentials. Be sure that this URL is covered by your main firewall (i.e. don't create a separate firewall just for ``check_path`` URL). +failure_path +.......... + +**type**: ``string`` **default**: ``/login`` + +This is the route or path that the user is redirected to after a failed login attempt. +It can be a relative/absolute URL or a Symfony route name. + use_forward ...........