On Dec 24, 2:09 am, kksm19820117 <[email protected]> wrote: > users.is_current_user_admin() returns true when I log in as an > administrator from the deployment server, but returns false when I log > into the uploaded application using an administrator account of the > domain which has access to the application. > > The GAE/Python application I'm working on has been deployed with > access only from a single domain, from a GMail(@gmail.com) account. > > I have noticed an issue dating back to September 2008, but it has been > closed. Could someone please let me know what I am missing?
"Admin" in this context means a registered developer of the application. Google Apps adminship is irrelevant to this function's return value. I believe this is by design. -- 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.
