drydrop icon indicating copy to clipboard operation
drydrop copied to clipboard

Access denied to app owner?

Open vizzah opened this issue 14 years ago • 1 comments

I am getting 'Access denied' for the app owner. I've invited another 'admin' and then can log-in.

Does this check:

if not users.is_current_user_admin():

includes a check for an app owner??

vizzah avatar Jan 27 '11 02:01 vizzah

Yes, it should include anyone who has access to the Admin Console of GAE: http://code.google.com/appengine/docs/python/users/adminusers.html

darwin avatar Jan 27 '11 10:01 darwin