File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ Form Login Configuration Reference
42
42
# login failure redirecting options (read further below)
43
43
failure_path : null
44
44
failure_forward : false
45
+ failure_target_path : _failure_path
45
46
46
47
# field names for the username and password fields
47
48
username_parameter : _username
@@ -66,6 +67,7 @@ Form Login Configuration Reference
66
67
use_referer =" false"
67
68
failure_path =" null"
68
69
failure_forward =" false"
70
+ failure_target_path =" _failure_path"
69
71
username_parameter =" _username"
70
72
password_parameter =" _password"
71
73
csrf_parameter =" _csrf_token"
@@ -90,6 +92,7 @@ Form Login Configuration Reference
90
92
'use_referer' => false,
91
93
'failure_path' => null,
92
94
'failure_forward' => false,
95
+ 'failure_target_path' => _failure_path,
93
96
'username_parameter' => '_username',
94
97
'password_parameter' => '_password',
95
98
'csrf_parameter' => '_csrf_token',
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ Each part will be explained in the next section.
120
120
use_referer : false
121
121
failure_path : /foo
122
122
failure_forward : false
123
+ failure_path_parameter : _failure_path
123
124
failure_handler : some.service.id
124
125
success_handler : some.service.id
125
126
username_parameter : _username
You can’t perform that action at this time.
0 commit comments