Skip to content

Commit a737539

Browse files
committed
minor #18221 [Security] Label links on RememberMe doc (MrYamous)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Label links on RememberMe doc I find it confusing to have links, especially when they follow each other, that have the same label, trying to improve that Commits ------- 173203c improve links label in rememberMe doc
2 parents f0ce5f5 + 173203c commit a737539

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

security/remember_me.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,14 @@ Signature based tokens
266266
By default, the remember me cookie contains a signature based on
267267
properties of the user. If the properties change, the signature changes
268268
and already generated tokens are no longer considered valid. See
269-
:ref:`security-remember-me-signature` for more information.
269+
:ref:`how to use them <security-remember-me-signature>` for more
270+
information.
270271

271272
Persistent tokens
272273
Persistent tokens store any generated token (e.g. in a database). This
273274
allows you to invalidate tokens by changing the rows in the database.
274-
See :ref:`security-remember-me-persistent` for more information.
275+
See :ref:`how to store tokens <security-remember-me-persistent>` for more
276+
information.
275277

276278
.. note::
277279

0 commit comments

Comments
 (0)