On Jun 29, 4:00 pm, npierfm <[email protected]> wrote: > Hello, > my app was running smoothly until I added: > login: admin or login: required > in my app.yaml > > - url: /.* > script: controller.py > login: admin > > This app (npiermap.appspot.com) works great on the dev server (even > with login: admin) and works great live, as long as I do not have any > "login" config to app.yaml. > > I have seen the posts about the known bug associated with google apps > but I do not have a Google Apps account associated with the google > account that npiermap uses. > > I observe this issue on multiple machines, browsers etc. I have > cleared all cache etc. No luck. > > Anyone have any suggestions?
You need to handle requests to _ah/login_required; since you have a .* mapping that requires logins, the page on which users would be logged it itself requires the users to already be logged in. -- 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.
