Re: [rt.blitzed.org #322] specifying where the auth script should redirect to
"David Leadbeater via RT" <[email protected]>
| Newsgroups | gmane.network.irc.blitzed.web |
|---|---|
| Message-ID | <[email protected]> |
<URL: http://rt.blitzed.org:80/Ticket/Display.html?id=322 > Andy Smith via RT wrote: > It would be nice if the services auth thingy could be told where to > redirect the user after a successful login. This would be useful > for the staff siute and also the #blitzed wiki where you can be > quite deep into the wiki and want to edit a page, go to log in, then > end up at the front again. It would, and it's easy to do I've just added an 'info' parameter, this is now used on the staff site. You go to http://staff.blitzed.org/opm/ipinfo.php and this redirects to http://www.blitzed.org/login/?site=staff&info=/opm/ipinfo.php which then passes the parameter info to the login script on staff.blitzed.org once you've logged in. It doesn't support non-Javascript browsers yet..