Hi,

I have an app with Multienancy, say,* myapp.appspot.com*.
The namespace is set by os.environ['SERVER_NAME'].
Then I deploy the app to a google app domain as a service, say, *
myhost.mydomain.com*.
Which means the following two url are the same:
*(A) http://myapp.appspot.com*
*(B) http://myhost.mydomain.com*
Now, if *the domain administrator of mydomain.com* login the app by (B) .
It returns *False* for *users.is_current_user_admin()*
I know that I can add the domain administrator to be the app's administrator
from the dashboard.
But that domain administrator will become the administrator of all the
deployments.
That is not good.
How can I know whether the user is the administrator of their google app
domain?

Thanks in advance.
Iap

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to