binaryage / drydrop

Deploy static sites to App Engine by pushing to GitHub
http://drydrop.binaryage.com
Other
224 stars 32 forks source link

Access denied to app owner? #12

Open vizzah opened 13 years ago

vizzah commented 13 years ago

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??

darwin commented 13 years ago

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