Skip to content

Commit

Permalink
Better section titles for security events on authentication page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Weber committed May 23, 2015
1 parent 286f00c commit 9b2e9d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/security/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,10 @@ in) is correct, you can use::
$user->getSalt()
);

Events
------
Authentication Events
---------------------

The security component provides 4 related events:
The security component provides 4 related authentication events:

=============================== ================================================ =========================================================================
Name Event Constant Argument Passed to the Listener
Expand All @@ -281,8 +281,8 @@ security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN``
security.switch_user ``SecurityEvents::SWITCH_USER`` :class:`Symfony\Component\Security\Http\Event\SwitchUserEvent`
=============================== ================================================ =========================================================================

Authentication Events
~~~~~~~~~~~~~~~~~~~~~
Authentication Success and Failure Events
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When a provider authenticates the user, a ``security.authentication.success``
event is dispatched. Likewise, when no providers authenticate the user,
Expand Down

0 comments on commit 9b2e9d8

Please sign in to comment.