Skip to content

Commit 98b4115

Browse files
committed
Tweak
1 parent bf19f25 commit 98b4115

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

security.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,16 +1611,15 @@ and set the ``limiter`` option to its service ID:
16111611
Customize Successful and Failed Authentication Behavior
16121612
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
16131613

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
16171617
:class:`Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationSuccessHandlerInterface`
16181618
or the
16191619
:class:`Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationFailureHandlerInterface`.
16201620

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

16251624
.. _security-logging-out:
16261625

0 commit comments

Comments
 (0)