Skip to content

Commit 113c63a

Browse files
alexsaalberg049javiereguiluz
authored andcommitted
Update remember_me.rst
Change sentence to make sense in its context by adding the word 'not'
1 parent fdfec0e commit 113c63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/remember_me.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ to access protected resources as if the user had actually authenticated upon
167167
visiting the site.
168168

169169
In some cases, however, you may want to force the user to actually re-authenticate
170-
before accessing certain resources. For example, you might allow "remember me"
170+
before accessing certain resources. For example, you might not allow "remember me"
171171
users to change their password. You can do this by leveraing a few special "roles"::
172172

173173
// src/Controller/AccountController.php

0 commit comments

Comments
 (0)