Hi, Sorry about that, I missed that you wanna to use your own authentication for logins. I might be wrong but pretty sure that this "login: admin" is only for the "built-in" autentication of Google, the same used to log on the GAE console.
I guess you need to create your own filter for this, using your own decorator on the webapp.RequestHandler maybe? hope it helps... cheer -- Catoto. On Wed, Dec 19, 2012 at 5:20 PM, Emmanuel Mayssat <[email protected]>wrote: > Apparently on the dev server, I need to login using /_ah/login and select > login as administrator. > That creates a dev_appserver_login cookie. > > Not sure how that works if you have your own login facility as I do.... > How can my user be admin when using my own login facility? > > It may be that you have to use the google appengine user model... > > Apparently no one on this mailing list knows how to verify > handlers: > - url: /admin/.* > script: main.app > login: admin <-- here ! > > Will try stackoverflow ! > > > On Tue, Dec 18, 2012 at 6:39 PM, Thiago Catoto <[email protected]> wrote: > >> admn == owner !? >> >> o.O >> On Dec 19, 2012 12:35 AM, "Emmanuel Mayssat" <[email protected]> wrote: >> >>> I found the permission page for the application hosted at google. >>> But how do I set a user as admin on a devel server? >>> >>> -- >>> E >>> >>> >>> >>> >>> On Mon, Dec 17, 2012 at 2:36 PM, Gianni <[email protected]> wrote: >>> >>>> the admin users are listed in 'Permissions' page >>>> -- Gianni >>>> >>>> >>>> >>>> On Mon, Dec 17, 2012 at 9:38 PM, Emmanuel Mayssat >>>> <[email protected]>wrote: >>>> >>>>> handlers: >>>>> - url: /admin/.* >>>>> script: main.app >>>>> login: admin >>>>> >>>> >>>> -- >>>> 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. >>>> >>> >>> -- >>> 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. >>> >> -- >> 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. >> > > -- > 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. > -- 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.
