From 7dc490b24030376aa466936a5c9a0c3adf858996 Mon Sep 17 00:00:00 2001 From: Laurent VOULLEMIER Date: Thu, 30 Jan 2020 20:33:54 +0100 Subject: [PATCH] Fix dead anchor links --- security/password_migration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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!