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 222b5cd

Browse filesBrowse files
committed
minor #6308 fix literal syntax (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- fix literal syntax Commits ------- d2b2c29 fix literal syntax
2 parents 676f376 + d2b2c29 commit 222b5cd
Copy full SHA for 222b5cd

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.