You'll have to build it yourself. The correct approach is probably to build a new model with the User's ID as the Key (to preserve a 1:1 mapping) and have a flag for an approved account.
On Thu, Jul 29, 2010 at 3:12 AM, kas <[email protected]> wrote: > I am writing an app that I want to require people to register for. I > do not want to create my own user management system so I figured I > would just use Google Accounts. The problem is that I don't want just > any one with an Google Account to be able to use the app. I need to > require that they register with a Google Account but then need to be > approved by an admin. Is there anything built in to handle this type > of scenario or do I need to build the registration/approval piece > myself? Thanks! > > --Kevin > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
