Skip to content

Commit 39c7c44

Browse files
committed
Escape backslash in error message
1 parent 31e613a commit 39c7c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/security.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ probably only need one. If you *do* have multiple, you can configure which
366366
Try to login using username ``admin`` and password ``kitten``. You should
367367
see an error!
368368

369-
No encoder has been configured for account "Symfony\Component\Security\Core\User\User"
369+
No encoder has been configured for account "Symfony\\Component\\Security\\Core\\User\\User"
370370

371371
To fix this, add an ``encoders`` key:
372372

0 commit comments

Comments
 (0)