Skip to content

Commit 61b76d3

Browse files
authored
Fixed typo in security.rst
1 parent 3d0eb51 commit 61b76d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ The form can look like anything, but it usually follows some conventions:
847847
:ref:`form_login-csrf` on how to protect your login form.
848848

849849
And that's it! When you submit the form, the security system automatically
850-
reads the ``_username`` and ``_email`` POST parameter, loads the user via
850+
reads the ``_username`` and ``_password`` POST parameter, loads the user via
851851
the user provider, checks the user's credentials and either authenticates the
852852
user or sends them back to the login form where the error can be displayed.
853853

0 commit comments

Comments
 (0)