I have a google app engine web site. this site is using golang.   There's a 
page "Post", only admin allowed to access it and post articles.

in app.yaml file:

handlers:

- url: /post
  script: _go_app
  login: admin


here's the problem. I have 2 gmail accounts, one is [email protected], one is 
[email protected]. I login as admin and post articles using both accounts, I 
am afraid that as long as you have a valid gmaile account, you can post 
articles.  I only want one account to be admin.  how do i do that?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to