On Friday, September 16, 2011 11:31:14 AM UTC-4, sagar wrote: > > By deafult it is not redirected to url he asked > I had definded auth.settings.login_next=url(default url) > but by removing it also not redirecting to the url user asked. >
If the user goes to a url that requires login but is not logged in, they should be redirected to the login page, and the following query string should be appended to the login url: _next=original_url After login, the user should then be redirected to the original url. Is that not happening? Do you see '_next' in the login url query string? Can you show your code for setting up Auth and for an example action that requires login but is not getting redirected properly? Anthony

