8000 Fix typo · symfony/symfony-docs@f9d7c75 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9d7c75

Browse files
authored
Fix typo
1 parent 60c4d98 commit f9d7c75

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)
0