Skip to content

Commit 2229eb0

Browse files
committed
minor #14166 Update security.rst (94noni)
This PR was merged into the 4.4 branch. Discussion ---------- Update security.rst Found when doing #14165 Commits ------- 7aaf937 Update security.rst
2 parents c89beb3 + 7aaf937 commit 2229eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ encoding algorithm. Also, each algorithm defines different config options:
162162
threads: 4 # Number of parallel threads
163163
164164
# MessageDigestPasswordEncoder encoder using SHA512 hashing with default options
165-
AppBundle\Entity\User: 'sha512'
165+
App\Entity\User: 'sha512'
166166
167167
.. code-block:: xml
168168

0 commit comments

Comments
 (0)