Skip to content

Commit b2f4fe1

Browse files
committed
minor #6759 Fix tense and sentence length (aalaap)
This PR was submitted for the 2.8 branch but it was merged into the 2.7 branch instead (closes #6759). Discussion ---------- Fix tense and sentence length Changed past-perfect and present mixture to use just the present tense and added a comma. Before: > If the user had submitted an invalid username or password, this controller reads the form submission error from the security system so that it can be displayed back to the user. After: > If the user submits an invalid username or password, this controller reads the form submission error from the security system so, that it can be displayed back to the user. Commits ------- fd2d9c1 Fix tense and sentence length
2 parents d417735 + fd2d9c1 commit b2f4fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/form_login_setup.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ form::
171171

172172
Don't let this controller confuse you. As you'll see in a moment, when the
173173
user submits the form, the security system automatically handles the form
174-
submission for you. If the user had submitted an invalid username or password,
175-
this controller reads the form submission error from the security system so
176-
that it can be displayed back to the user.
174+
submission for you. If the user submits an invalid username or password,
175+
this controller reads the form submission error from the security system,
176+
so that it can be displayed back to the user.
177177

178178
In other words, your job is to *display* the login form and any login errors
179179
that may have occurred, but the security system itself takes care of checking

0 commit comments

Comments
 (0)