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.
1 parent f0e6fcb commit df9ec7aCopy full SHA for df9ec7a
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