File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,11 @@ Redirecting after Success
105
105
You can change where the login form redirects after a successful login using
106
106
the various config options. By default the form will redirect to the URL the
107
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 will eventually be sent back to ``http://www.example.com/admin/post/18/edit ``
110
- after successfully logging in. This is done by storing the requested URL
111
- in the session. If no URL is present in the session (perhaps the user went
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
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
112
113
directly to the login page), then the user is redirected to the default page,
113
114
which is ``/ `` (i.e. the homepage) by default. You can change this behavior
114
115
in several ways.
You can’t perform that action at this time.
0 commit comments