Skip to content

Minor #17425

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 18, 2022
Merged

Minor #17425

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand All @@ -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**

Expand Down