Skip to content

Commit 062789b

Browse files
committed
Merge branch '2.3'
2 parents 1f33137 + 6ddc1bf commit 062789b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/configuration/security.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,11 @@ for the hash algorithm.
303303
Using the BCrypt Password Encoder
304304
---------------------------------
305305

306+
.. caution::
307+
308+
To use this encoder, you either need to use PHP Version 5.5 or install
309+
the `ircmaxell/password-compat`_ library via Composer.
310+
306311
.. versionadded:: 2.2
307312
The BCrypt password encoder was added in Symfony 2.2.
308313

@@ -467,3 +472,4 @@ To use HTTP-Digest authentication you need to provide a realm and a key:
467472
));
468473
469474
.. _`PBKDF2`: http://en.wikipedia.org/wiki/PBKDF2
475+
.. _`ircmaxell/password-compat`: https://packagist.org/packages/ircmaxell/password-compat

0 commit comments

Comments
 (0)