Skip to content

Commit c33c26a

Browse files
committed
avoid awkward awkward construction
1 parent 128333e commit c33c26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/security/form_login.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You can change where the login form redirects after a successful login using
106106
the various config options. By default the form will redirect to the URL the
107107
user requested (i.e. the URL which triggered the login form being shown).
108108
For example, if the user requested ``http://www.example.com/admin/post/18/edit``,
109-
then after he/she successfully logs in, he/she will eventually be sent back to
109+
then after they successfully logs in, they will eventually be sent back to
110110
``http://www.example.com/admin/post/18/edit``.
111111
This is done by storing the requested URL in the session.
112112
If no URL is present in the session (perhaps the user went

0 commit comments

Comments
 (0)