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 ...........