File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ username_parameter
365
365
366
366
**type **: ``string `` **default **: ``_username ``
367
367
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
369
369
login form. When you submit the form to ``check_path ``, the security system
370
370
will look for a POST parameter with this name.
371
371
@@ -374,7 +374,7 @@ password_parameter
374
374
375
375
**type **: ``string `` **default **: ``_password ``
376
376
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
378
378
login form. When you submit the form to ``check_path ``, the security system
379
379
will look for a POST parameter with this name.
380
380
@@ -385,7 +385,7 @@ post_only
385
385
386
386
By default, you must submit your login form to the ``check_path `` URL as
387
387
a POST request. By setting this option to ``false ``, you can send a GET
388
- request to the `` check_path `` URL .
388
+ request too .
389
389
390
390
**Options Related to Redirecting after Login **
391
391
You can’t perform that action at this time.
0 commit comments