File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,13 +127,13 @@ Upgrade the Password
127
127
Upon successful login, the Security system checks whether a better algorithm
128
128
is available to hash the user's password. If it is, it'll hash the correct
129
129
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> `.
131
131
132
132
You can enable the upgrade behavior by implementing how this newly hashed
133
133
password should be stored:
134
134
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> `
137
137
138
138
After this, you're done and passwords are always hashed as secure as possible!
139
139
You can’t perform that action at this time.
0 commit comments