File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +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
+ failure_path_parameter : _failure_path
46
46
47
47
# field names for the username and password fields
48
48
username_parameter : _username
@@ -67,7 +67,7 @@ Form Login Configuration Reference
67
67
use_referer =" false"
68
68
failure_path =" null"
69
69
failure_forward =" false"
70
- failure_target_path =" _failure_path"
70
+ failure_path_parameter =" _failure_path"
71
71
username_parameter =" _username"
72
72
password_parameter =" _password"
73
73
csrf_parameter =" _csrf_token"
@@ -92,7 +92,7 @@ Form Login Configuration Reference
92
92
'use_referer' => false,
93
93
'failure_path' => null,
94
94
'failure_forward' => false,
95
- 'failure_target_path' => _failure_path,
95
+ 'failure_path_parameter' => _failure_path,
96
96
'username_parameter' => '_username',
97
97
'password_parameter' => '_password',
98
98
'csrf_parameter' => '_csrf_token',
You can’t perform that action at this time.
0 commit comments