Skip to content

Commit 787e7fe

Browse files
committed
minor #17425 Minor (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- Minor Commits ------- 2493625 Minor
2 parents 6ffe3f7 + 2493625 commit 787e7fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/configuration/security.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ username_parameter
380380

381381
**type**: ``string`` **default**: ``_username``
382382

383-
This is the field name that you should give to the username field of your
383+
This is the name of the username field of your
384384
login form. When you submit the form to ``check_path``, the security system
385385
will look for a POST parameter with this name.
386386

@@ -389,7 +389,7 @@ password_parameter
389389

390390
**type**: ``string`` **default**: ``_password``
391391

392-
This is the field name that you should give to the password field of your
392+
This is the name of the password field of your
393393
login form. When you submit the form to ``check_path``, the security system
394394
will look for a POST parameter with this name.
395395

@@ -400,7 +400,7 @@ post_only
400400

401401
By default, you must submit your login form to the ``check_path`` URL as
402402
a POST request. By setting this option to ``false``, you can send a GET
403-
request to the ``check_path`` URL.
403+
request too.
404404

405405
**Options Related to Redirecting after Login**
406406

0 commit comments

Comments
 (0)