We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0eb51 commit 61b76d3Copy full SHA for 61b76d3
security.rst
@@ -847,7 +847,7 @@ The form can look like anything, but it usually follows some conventions:
847
:ref:`form_login-csrf` on how to protect your login form.
848
849
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
+reads the ``_username`` and ``_password`` POST parameter, loads the user via
851
the user provider, checks the user's credentials and either authenticates the
852
user or sends them back to the login form where the error can be displayed.
853
0 commit comments