On Feb 18, 6:42 pm, Abner <[email protected]> wrote: > next = request.vars._next or self.settings.login_next
This is the correct order. self.settings.login_next is the default location to be redirected to. However this can e over-ridden per-page via request.vars._next. This allows any page which requests a login to get the logged-in user to return to *that* page. - functionality which I greatly appreciate :) F --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

