Skip to content

Commit fa00489

Browse files
committed
minor #15925 Fixed typo in security.rst (hvt)
This PR was merged into the 5.3 branch. Discussion ---------- Fixed typo in security.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 61b76d3 Fixed typo in security.rst
2 parents 3d0eb51 + 61b76d3 commit fa00489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ The form can look like anything, but it usually follows some conventions:
847847
:ref:`form_login-csrf` on how to protect your login form.
848848

849849
And that's it! When you submit the form, the security system automatically
850-
reads the ``_username`` and ``_email`` POST parameter, loads the user via
850+
reads the ``_username`` and ``_password`` POST parameter, loads the user via
851851
the user provider, checks the user's credentials and either authenticates the
852852
user or sends them back to the login form where the error can be displayed.
853853

0 commit comments

Comments
 (0)