Skip to content

Commit f484056

Browse files
committed
feature #13790 add _failure_path option to reference (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- add _failure_path option to reference <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 950f255 add _failure_path option to reference
2 parents 0f7fd39 + 950f255 commit f484056

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
@@ -528,6 +528,14 @@ target_path_parameter
528528
When using a login form, if you include an HTML element to set the target path,
529529
this option lets you change the name of the HTML element itself.
530530

531+
failure_path_parameter
532+
......................
533+
534+
**type**: ``string`` **default**: ``_failure_path``
535+
536+
When using a login form, if you include an HTML element to set the failure path,
537+
this option lets you change the name of the HTML element itself.
538+
531539
use_referer
532540
...........
533541

0 commit comments

Comments
 (0)