Skip to content

Commit fb7b7da

Browse files
committed
Try to remove anchors as suggested
1 parent 5a35098 commit fb7b7da

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

security/password_migration.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,16 @@ 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-
:ref:`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-
* :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>`
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

140-
.. _provide-the-password-when-using-guard:
141-
142140
Provide the Password when using Guard
143141
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144142

@@ -163,8 +161,6 @@ for this login request. This password is used in the migration process::
163161
}
164162
}
165163

166-
.. _upgrade-the-password-when-using-doctrine:
167-
168164
Upgrade the Password when using Doctrine
169165
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
170166

@@ -194,8 +190,6 @@ storing the newly created password hash::
194190
}
195191
}
196192

197-
.. _upgrade-the-password-when-using-a-custom-user-provider:
198-
199193
Upgrade the Password when using a Custom User Provider
200194
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
201195

0 commit comments

Comments
 (0)