From 6db8f75a10c8e992c3525186cd30f5a913692855 Mon Sep 17 00:00:00 2001 From: Jules Pietri Date: Thu, 20 Feb 2020 18:06:25 +0100 Subject: [PATCH] Fixed wording of "#13188" --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index db407525de7..2fe39e629e5 100644 --- a/security.rst +++ b/security.rst @@ -459,7 +459,7 @@ but in a second, you'll change this to use ``bcrypt``. .. caution:: When using a ``memory`` provider and the :class:`Symfony\\Component\\Security\\Core\\User\\User`, - you have to choose an encoding without salt (i.e. ``bcrypt``). + class you have to choose an encoding without salt (i.e. ``bcrypt``). If you refresh now, you'll be logged in! The web debug toolbar even tells you who you are and what roles you have: