Skip to content

Commit 2493625

Browse files
Minor
1 parent 4d40cfd commit 2493625

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
@@ -365,7 +365,7 @@ username_parameter
365365

366366
**type**: ``string`` **default**: ``_username``
367367

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

@@ -374,7 +374,7 @@ password_parameter
374374

375375
**type**: ``string`` **default**: ``_password``
376376

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

@@ -385,7 +385,7 @@ post_only
385385

386386
By default, you must submit your login form to the ``check_path`` URL as
387387
a POST request. By setting this option to ``false``, you can send a GET
388-
request to the ``check_path`` URL.
388+
request too.
389389

390390
**Options Related to Redirecting after Login**
391391

0 commit comments

Comments
 (0)