From f9d7c7547b78f7fcf9d308b5ef833213de34cdb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=93=D7=9E=D7=99=D7=98=D7=A8=D7=99=20=D7=A4=D7=99=D7=A9?= =?UTF-8?q?=D7=9E=D7=9F?= Date: Sat, 3 Nov 2018 15:15:05 +0200 Subject: [PATCH] Fix typo --- security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security.rst b/security.rst index 369d3a8fdec..7a76aedc33b 100644 --- a/security.rst +++ b/security.rst @@ -124,8 +124,8 @@ command will pre-configure this for you: encoders: # use your user class name here App\Entity\User: - # bcrypt or argon21 are recommended - # argon21 is more secure, but requires PHP 7.2 or the Sodium extension + # bcrypt or argon2i are recommended + # argon2i is more secure, but requires PHP 7.2 or the Sodium extension algorithm: bcrypt cost: 12