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.

Reply via email to