From cd36dc3189f27ee978b0293322afa6c3a78e9491 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sun, 7 Oct 2018 23:37:02 +0200 Subject: [PATCH] Added link to bcrypt (Wikipedia) --- doctrine/registration_form.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doctrine/registration_form.rst b/doctrine/registration_form.rst index f5b04d13769..68eadfcbc06 100644 --- a/doctrine/registration_form.rst +++ b/doctrine/registration_form.rst @@ -318,7 +318,7 @@ encoder in the security configuration: ), )); -In this case the recommended ``bcrypt`` algorithm is used. If needed, check out +In this case the recommended `bcrypt`_ algorithm is used. If needed, check out the :ref:`user password encoding ` article. .. note:: @@ -455,3 +455,5 @@ us to add validation, even though there is no ``termsAccepted`` property on ``Us .. _`CVE-2013-5750`: https://symfony.com/blog/cve-2013-5750-security-issue-in-fosuserbundle-login-form .. _`FOSUserBundle`: https://github.com/FriendsOfSymfony/FOSUserBundle +.. _`bcrypt`: https://en.wikipedia.org/wiki/Bcrypt +