8000 minor #10446 Added link to bcrypt (Wikipedia) (ThomasLandauer) · symfony/symfony-docs@7dc4cda · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7dc4cda

Browse files
committed
minor #10446 Added link to bcrypt (Wikipedia) (ThomasLandauer)
This PR was merged into the 2.8 branch. Discussion ---------- Added link to bcrypt (Wikipedia) Commits ------- cd36dc3 Added link to bcrypt (Wikipedia)
2 parents 06c28fb + cd36dc3 commit 7dc4cda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doctrine/registration_form.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ encoder in the security configuration:
318318
),
319319
));
320320
321-
In this case the recommended ``bcrypt`` algorithm is used. If needed, check out
321+
In this case the recommended `bcrypt`_ algorithm is used. If needed, check out
322322
the :ref:`user password encoding <security-encoding-user-password>` article.
323323

324324
.. note::
@@ -455,3 +455,5 @@ us to add validation, even though there is no ``termsAccepted`` property on ``Us
455455

456456
.. _`CVE-2013-5750`: https://symfony.com/blog/cve-2013-5750-security-issue-in-fosuserbundle-login-form
457457
.. _`FOSUserBundle`: https://github.com/FriendsOfSymfony/FOSUserBundle
458+
.. _`bcrypt`: https://en.wikipedia.org/wiki/Bcrypt
459+

0 commit comments

Comments
 (0)
0