You just create an ordinary link using the value returned by
users.create_login_url("/") as the link location, and display the link
only if users.get_current_user() is None.On Jan 9, 3:16 pm, thebrianschott <[email protected]> wrote: > Gipsy, > > Thanks, but will that work if not everyone at my home page wants/needs > to login? > > On Jan 9, 1:21 pm, "Gipsy Gopinathan" <[email protected]> wrote: > > > I guess you can just do a redirect to the url generated by > > users.create_login_url("/") from your handler when user clinks on the link > > in your home page. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
