8000 Merge branch '4.2' into 4.3 · symfony/symfony-docs@f07e06b · GitHub
[go: up one dir, main page]

Skip to content

Commit f07e06b

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Update remember_me.rst
2 parents 0b682b1 + ee91e8d commit f07e06b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/remember_me.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ 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"
171-
users to change their password. You can do this by leveraing a few special "roles"::
170+
before accessing certain resources. For example, you might not allow "remember me"
171+
users to change their password. You can do this by leveraging a few special "roles"::
172172

173173
// src/Controller/AccountController.php
174174
// ...

0 commit comments

Comments
 (0)
0