Skip to content

Commit 8836cbc

Browse files
authored
Update remember_me.rst
1 parent abbd8c3 commit 8836cbc

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
@@ -89,7 +89,7 @@ couple more things to do before remember me works correctly:
8989

9090
#. :ref:`Add an opt-in checkbox to activate remember me <security-remember-me-activate>`;
9191
#. :ref:`Use an authenticator that supports remember me <security-remember-me-authenticator>`;
92-
#. Optionally, :ref:`configure the how remember me cookies are stored and validated <security-remember-me-storage>`.
92+
#. Optionally, :ref:`configure how remember me cookies are stored and validated <security-remember-me-storage>`.
9393

9494
After this, the remember me cookie will be created upon successful
9595
authentication. For some pages/actions, you can
@@ -131,7 +131,7 @@ checkbox must have a name of ``_remember_me``:
131131
.. note::
132132

133133
Optionally, you can configure a custom name for this checkbox using the
134-
``remember_me_parameter`` setting under the ``remember_me`` section.
134+
``name`` setting under the ``remember_me`` section.
135135

136136
Always activating Remember Me
137137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)