Hi, On 1/12/12 7:36 AM, Ram wrote: > What is the purpose of this line in login.html template? Remember where to redirect to
> How are get_next_url() and fetch_error() assigned? How does this work. get_next_url() does this logic: 1. Is values in URL parameters or form data? Then use that. 2. Is there a referrer? Then use that. 3. Is there a fallback endpoint specified? Then use the URL of that. 4. Fall back to the URL root. The `fetch_error()` function pops the error information from the session that the openid signin process put there. Since the sign in flow requires some redirects we put something in there when we the error shows up when retrieved. Regards, Armin -- You received this message because you are subscribed to the Google Groups "pocoo-libs" 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/pocoo-libs?hl=en.
