Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2b2c29

Browse filesBrowse files
committed
fix literal syntax
1 parent 676f376 commit d2b2c29
Copy full SHA for d2b2c29

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cookbook/security/form_login_setup.rst

Copy file name to clipboardExpand all lines: cookbook/security/form_login_setup.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ When setting up your login form, watch out for a few common pitfalls.
303303
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
304304

305305
First, be sure that you've defined the ``/login`` route correctly and that
306-
it corresponds to the ``login_path`` and``check_path`` config values.
306+
it corresponds to the ``login_path`` and ``check_path`` config values.
307307
A misconfiguration here can mean that you're redirected to a 404 page instead
308308
of the login page, or that submitting the login form does nothing (you just see
309309
the login form over and over again).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.