From 39c7c447f45e6c5879cca51e86920ba37c1ad720 Mon Sep 17 00:00:00 2001 From: Wouter J Date: Sun, 14 Jun 2015 17:58:09 +0200 Subject: [PATCH] Escape backslash in error message --- book/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/security.rst b/book/security.rst index 2bf071c0cbe..e1e0bd3e9f7 100644 --- a/book/security.rst +++ b/book/security.rst @@ -366,7 +366,7 @@ probably only need one. If you *do* have multiple, you can configure which Try to login using username ``admin`` and password ``kitten``. You should see an error! - No encoder has been configured for account "Symfony\Component\Security\Core\User\User" + No encoder has been configured for account "Symfony\\Component\\Security\\Core\\User\\User" To fix this, add an ``encoders`` key: