8000 minor #13018 Fix dead anchor links (l-vo) · symfony/symfony-docs@377429b · GitHub
[go: up one dir, main page]

Skip to content

Commit 377429b

Browse files
committed
minor #13018 Fix dead anchor links (l-vo)
This PR was squashed before being merged into the 4.4 branch (closes #13018). Discussion ---------- Fix dead anchor links Commits ------- 7dc490b Fix dead anchor lin 10000 ks
2 parents 504a2a2 + 7dc490b commit 377429b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/password_migration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ Upgrade the Password
127127
Upon successful login, the Security system checks whether a better algorithm
128128
is available to hash the user's password. If it is, it'll hash the correct
129129
password using the new hash. If you use a Guard authenticator, you first need to
130-
`provide the original password to the Security system <Provide the Password when using Guard>`_.
130+
:ref:`provide the original password to the Security system <Provide the Password when using Guard>`.
131131

132132
You can enable the upgrade behavior by implementing how this newly hashed
133133
password should be stored:
134134

135-
* `When using Doctrine's entity user provider <Upgrade the Password when using Doctrine>`_
136-
* `When using a custom user provider <Upgrade the Password when using a custom User Provider>`_
135+
* :ref:`When using Doctrine's entity user provider <Upgrade the Password when using Doctrine>`
136+
* :ref:`When using a custom user provider <Upgrade the Password when using a Custom User Provider>`
137137

138138
After this, you're done and passwords are always hashed as secure as possible!
139139

0 commit comments

Comments
 (0)
0