File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1611,16 +1611,15 @@ and set the ``limiter`` option to its service ID:
1611
1611
Customize Successful and Failed Authentication Behavior
1612
1612
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1613
1613
1614
- If you want to customize the success or failure handling process, instead of
1615
- overwriting the respective listeners globally, you can set custom success
1616
- failure handlers by implementing the
1614
+ If you want to customize how the successful or failed authentication process is
1615
+ handled, you don't have to overwrite the respective listeners globally. Instead,
1616
+ you can set custom success failure handlers by implementing the
1617
1617
:class: `Symfony\\ Component\\ Security\\ Http\\ Authentication\\ AuthenticationSuccessHandlerInterface `
1618
1618
or the
1619
1619
:class: `Symfony\\ Component\\ Security\\ Http\\ Authentication\\ AuthenticationFailureHandlerInterface `.
1620
1620
1621
- If you want more information about this, you can have a look at the section
1622
- about
1623
- :ref: `customizing your success handler <login-link_customize-success-handler >`.
1621
+ Read :ref: `how to customize your success handler <login-link_customize-success-handler >`
1622
+ for more information about this.
1624
1623
1625
1624
.. _security-logging-out :
1626
1625
You can’t perform that action at this time.
0 commit comments