diff --git a/security/password_migration.rst b/security/password_migration.rst index 78455b1f06d..95a58c4f362 100644 --- a/security/password_migration.rst +++ b/security/password_migration.rst @@ -127,13 +127,13 @@ Upgrade the Password Upon successful login, the Security system checks whether a better algorithm is available to hash the user's password. If it is, it'll hash the correct password using the new hash. If you use a Guard authenticator, you first need to -`provide the original password to the Security system `_. +:ref:`provide the original password to the Security system `. You can enable the upgrade behavior by implementing how this newly hashed password should be stored: -* `When using Doctrine's entity user provider `_ -* `When using a custom user provider `_ +* :ref:`When using Doctrine's entity user provider ` +* :ref:`When using a custom user provider ` After this, you're done and passwords are always hashed as secure as possible!