From 113c63aab1d09b89fb2d6765e55ffd024567368f Mon Sep 17 00:00:00 2001 From: alexsaalberg049 <49698642+alexsaalberg049@users.noreply.github.com> Date: Fri, 12 Jul 2019 10:58:34 -0700 Subject: [PATCH] Update remember_me.rst Change sentence to make sense in its context by adding the word 'not' --- security/remember_me.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/remember_me.rst b/security/remember_me.rst index 9dc190d2cf9..bdb01fc8529 100644 --- a/security/remember_me.rst +++ b/security/remember_me.rst @@ -167,7 +167,7 @@ to access protected resources as if the user had actually authenticated upon visiting the site. In some cases, however, you may want to force the user to actually re-authenticate -before accessing certain resources. For example, you might allow "remember me" +before accessing certain resources. For example, you might not allow "remember me" users to change their password. You can do this by leveraing a few special "roles":: // src/Controller/AccountController.php