Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0726f1f

Browse filesBrowse files
author
Thomas Berends
committed
Fixes #12662
1 parent 0fe1628 commit 0726f1f
Copy full SHA for 0726f1f

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎reference/configuration/security.rst

Copy file name to clipboardExpand all lines: reference/configuration/security.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ encoding algorithm. Also, each algorithm defines different config options:
152152
# Argon2i encoder with default options
153153
AppBundle\Entity\User: 'argon2i'
154154
155-
# PBKDF2 encoder using SHA512 hashing with default options
155+
# MessageDigestPasswordEncoder encoder using SHA512 hashing with default options
156156
AppBundle\Entity\User: 'sha512'
157157
158158
.. code-block:: xml
@@ -186,7 +186,7 @@ encoding algorithm. Also, each algorithm defines different config options:
186186
algorithm="argon2i"
187187
/>
188188
189-
<!-- PBKDF2 encoder using SHA512 hashing with default options -->
189+
<!-- MessageDigestPasswordEncoder encoder using SHA512 hashing with default options -->
190190
<encoder
191191
class="AppBundle\Entity\User"
192192
algorithm="sha512"
@@ -218,7 +218,7 @@ encoding algorithm. Also, each algorithm defines different config options:
218218
'algorithm' => 'argon2i',
219219
],
220220
221-
// PBKDF2 encoder using SHA512 hashing with default options
221+
// MessageDigestPasswordEncoder encoder using SHA512 hashing with default options
222222
User::class => [
223223
'algorithm' => 'sha512',
224224
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.