Skip to content

Commit 6469b35

Browse files
committed
minor symfony#11954 Update remember_me.rst (alexsaalberg049)
This PR was submitted for the 4.3 branch but it was merged into the 4.2 branch instead (closes symfony#11954). Discussion ---------- Update remember_me.rst Change sentence to make sense in its context by adding the word 'not' Commits ------- 113c63a Update remember_me.rst
2 parents fdfec0e + 113c63a commit 6469b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/remember_me.rst

Lines changed: 1 addition & 1 deletion
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)