We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cc89e7 + 13d0c27 commit a964244Copy full SHA for a964244
security.rst
@@ -124,10 +124,9 @@ command will pre-configure this for you:
124
encoders:
125
# use your user class name here
126
App\Entity\User:
127
- # bcrypt or sodium are recommended
128
- # sodium is more secure, but requires PHP 7.2 or the Sodium extension
129
- algorithm: bcrypt
130
- cost: 12
+ # Use native password encoder
+ # This value auto-selects the best possible hashing algorithm.
+ algorithm: auto
131
132
.. code-block:: xml
133
0 commit comments