File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -267,10 +267,10 @@ in) is correct, you can use::
267
267
$user->getSalt()
268
268
);
269
269
270
- Events
271
- ------
270
+ Authentication Events
271
+ ---------------------
272
272
273
- The security component provides 4 related events:
273
+ The security component provides 4 related authentication events:
274
274
275
275
=============================== ================================================ =========================================================================
276
276
Name Event Constant Argument Passed to the Listener
@@ -281,8 +281,8 @@ security.interactive_login ``SecurityEvents::INTERACTIVE_LOGIN``
281
281
security.switch_user ``SecurityEvents::SWITCH_USER `` :class: `Symfony\C omponent\S ecurity\H ttp\E vent\S witchUserEvent `
282
282
=============================== ================================================ =========================================================================
283
283
284
- Authentication Events
285
- ~~~~~~~~~~~~~~~~~~~~~
284
+ Authentication Success and Failure Events
285
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
286
286
287
287
When a provider authenticates the user, a ``security.authentication.success ``
288
288
event is dispatched. Likewise, when no providers authenticate the user,
You can’t perform that action at this time.
0 commit comments