8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b682b1 + ee91e8d commit f07e06bCopy full SHA for f07e06b
security/remember_me.rst
@@ -167,8 +167,8 @@ to access protected resources as if the user had actually authenticated upon
167
visiting the site.
168
169
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"
171
-users to change their password. You can do this by leveraing a few special "roles"::
+before accessing certain resources. For example, you might not allow "remember me"
+users to change their password. You can do this by leveraging a few special "roles"::
172
173
// src/Controller/AccountController.php
174
// ...
0 commit comments