Skip to content

Commit 5ab318c

Browse files
committed
minor #10630 Fix typo (fishmandev)
This PR was merged into the 4.1 branch. Discussion ---------- Fix typo Commits ------- f9d7c75 Fix typo
2 parents 60c4d98 + f9d7c75 commit 5ab318c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ command will pre-configure this for you:
124124
encoders:
125125
# use your user class name here
126126
App\Entity\User:
127-
# bcrypt or argon21 are recommended
128-
# argon21 is more secure, but requires PHP 7.2 or the Sodium extension
127+
# bcrypt or argon2i are recommended
128+
# argon2i is more secure, but requires PHP 7.2 or the Sodium extension
129129
algorithm: bcrypt
130130
cost: 12
131131

0 commit comments

Comments
 (0)