From d2b2c298ba5435fc3465da27139154f012cbf4d4 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 25 Feb 2016 23:10:24 +0100 Subject: [PATCH] fix literal syntax --- cookbook/security/form_login_setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/form_login_setup.rst b/cookbook/security/form_login_setup.rst index ee1ebf37478..d1248dfe1b3 100644 --- a/cookbook/security/form_login_setup.rst +++ b/cookbook/security/form_login_setup.rst @@ -303,7 +303,7 @@ When setting up your login form, watch out for a few common pitfalls. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ First, be sure that you've defined the ``/login`` route correctly and that -it corresponds to the ``login_path`` and``check_path`` config values. +it corresponds to the ``login_path`` and ``check_path`` config values. A misconfiguration here can mean that you're redirected to a 404 page instead of the login page, or that submitting the login form does nothing (you just see the login form over and over again).