From 2493625aa5cebdb6534396e2bc309ff8c5149e25 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 11 Nov 2022 12:57:20 +0100 Subject: [PATCH] Minor --- reference/configuration/security.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index dda2c08e8e7..f3104fa3e41 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -365,7 +365,7 @@ username_parameter **type**: ``string`` **default**: ``_username`` -This is the field name that you should give to the username field of your +This is the name of the username field of your login form. When you submit the form to ``check_path``, the security system will look for a POST parameter with this name. @@ -374,7 +374,7 @@ password_parameter **type**: ``string`` **default**: ``_password`` -This is the field name that you should give to the password field of your +This is the name of the password field of your login form. When you submit the form to ``check_path``, the security system will look for a POST parameter with this name. @@ -385,7 +385,7 @@ post_only By default, you must submit your login form to the ``check_path`` URL as a POST request. By setting this option to ``false``, you can send a GET -request to the ``check_path`` URL. +request too. **Options Related to Redirecting after Login**