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::
274274Authentication Events
275275---------------------
276276
277- The security component provides 5 related authentication events:
277+ The security component provides the following authentication events:
278278
279279========================================= ========================================================== ==============================================================================
280280Name Event Constant Argument Passed to the Listener
@@ -303,10 +303,10 @@ Authentication Sensitive Event
303303------------------------------
304304
305305When 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.
310310
311311A common use for this would be to check whether a user's password needs
312312rehashing to stay up to date with current encryption standards.
You can’t perform that action at this time.
0 commit comments