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 @@ -274,7 +274,7 @@ in) is correct, you can use::
274
274
Authentication Events
275
275
---------------------
276
276
277
- The security component provides 5 related authentication events:
277
+ The security component provides the following authentication events:
278
278
279
279
========================================= ========================================================== ==============================================================================
280
280
Name Event Constant Argument Passed to the Listener
@@ -303,10 +303,10 @@ Authentication Sensitive Event
303
303
------------------------------
304
304
305
305
When a user is successfully authenticated, the security component will also
306
- dispatch a ``security.authentication.success_sensitive `` just before erasing
307
- credentials and dispatching the regular success event. The event object will
308
- contain the token used to authenticate, allowing you to act upon its sensitive
309
- information.
306
+ dispatch a ``security.authentication.success_sensitive `` event just before
307
+ erasing credentials and dispatching the regular success event. The event object
308
+ will contain the token used to authenticate, allowing you to act upon its
309
+ sensitive information.
310
310
311
311
A common use for this would be to check whether a user's password needs
312
312
rehashing to stay up to date with current encryption standards.
You can’t perform that action at this time.
0 commit comments