We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128333e commit c33c26aCopy full SHA for c33c26a
cookbook/security/form_login.rst
@@ -106,7 +106,7 @@ You can change where the login form redirects after a successful login using
106
the various config options. By default the form will redirect to the URL the
107
user requested (i.e. the URL which triggered the login form being shown).
108
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
+then after they successfully logs in, they will eventually be sent back to
110
``http://www.example.com/admin/post/18/edit``.
111
This is done by storing the requested URL in the session.
112
If no URL is present in the session (perhaps the user went
0 commit comments