Skip to content

Commit fbd4edf

Browse files
committed
Address concerns
1 parent 983029a commit fbd4edf

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
@@ -274,7 +274,7 @@ in) is correct, you can use::
274274
Authentication Events
275275
---------------------
276276

277-
The security component provides 5 related authentication events:
277+
The security component provides the following authentication events:
278278

279279
========================================= ========================================================== ==============================================================================
280280
Name Event Constant Argument Passed to the Listener
@@ -303,10 +303,10 @@ Authentication Sensitive Event
303303
------------------------------
304304

305305
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.
310310

311311
A common use for this would be to check whether a user's password needs
312312
rehashing to stay up to date with current encryption standards.

0 commit comments

Comments
 (0)