Skip to content

Commit 9b2e9d8

Browse files
author
Kevin Weber
committed
Better section titles for security events on authentication page.
1 parent 286f00c commit 9b2e9d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/security/authentication.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,10 @@ in) is correct, you can use::
267267
$user->getSalt()
268268
);
269269

270-
Events
271-
------
270+
Authentication Events
271+
---------------------
272272

273-
The security component provides 4 related events:
273+
The security component provides 4 related authentication events:
274274

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

284-
Authentication Events
285-
~~~~~~~~~~~~~~~~~~~~~
284+
Authentication Success and Failure Events
285+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
286286

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

0 commit comments

Comments
 (0)