I think now I understood what you want . You want to provide a link in your home page for your users to login if they want to. And if the user is logged in, the application may behave differently. Is my understanding is right?
If yes. Then i don't understand why you are not able provide the login url generated by the users.create_login_url in your home page handler as a link in the home age ? Am I misssing something? I think I should be able to send you a sample app for this soon. On Fri, Jan 9, 2009 at 11:04 PM, thebrianschott <[email protected]>wrote: > > Gipsy, > > Let me clarify. Right now a number of non-user people are using my app > and I cannot afford to stick in such code while it its being used, > even by beta-tester types. I don't want to risk losing them. > > Brian > > On Jan 10, 12:00 am, thebrianschott <[email protected]> wrote: > > Gipsy, > > > > I think it may satisfy my requirement, but how do I learn what that > > url is ("the_url" below)? It looks like I need to know that url so I > > can put it in as hard-coded link [<a href="the_url"> Click here if you > > wish to login</a>] on my app's home page. > > > > > > -- cheers Gipsy --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
