Skip to content

Commit 5139023

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Minor
2 parents cf01420 + b31ce8e commit 5139023

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
@@ -360,7 +360,7 @@ username_parameter
360360

361361
**type**: ``string`` **default**: ``_username``
362362

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

@@ -369,7 +369,7 @@ password_parameter
369369

370370
**type**: ``string`` **default**: ``_password``
371371

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

@@ -380,7 +380,7 @@ post_only
380380

381381
By default, you must submit your login form to the ``check_path`` URL as
382382
a POST request. By setting this option to ``false``, you can send a GET
383-
request to the ``check_path`` URL.
383+
request too.
384384

385385
**Options Related to Redirecting after Login**
386386

0 commit comments

Comments
 (0)