From 61b76d333cba9b9630c07dee146d1f023112e3f0 Mon Sep 17 00:00:00 2001 From: Harm van Tilborg Date: Wed, 13 Oct 2021 20:15:34 +0200 Subject: [PATCH] Fixed typo in security.rst --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index 3ce7c0e9bcd..1e6a5ab98e2 100644 --- a/security.rst +++ b/security.rst @@ -847,7 +847,7 @@ The form can look like anything, but it usually follows some conventions: :ref:`form_login-csrf` on how to protect your login form. And that's it! When you submit the form, the security system automatically -reads the ``_username`` and ``_email`` POST parameter, loads the user via +reads the ``_username`` and ``_password`` POST parameter, loads the user via the user provider, checks the user's credentials and either authenticates the user or sends them back to the login form where the error can be displayed.