If you know the user's email address for which you want to create profiles,
you can create the user object fairly easily.

new_user = users.User(email='[EMAIL PROTECTED]')

Be aware (from: http://code.google.com/appengine/docs/users/userobjects.html
):

"If the User constructor is called with an email address that does not
correspond with a valid Google account, the object will be created but it
will not correspond with a real Google account. This will be the case even
if someone creates a Google account with the given email address after the
object is stored. A User value with an email address that does not represent
a Google account at the time it is created will never match a User value
that represents a real user."

Also, please note that last week we announced SSL support for all *.
appspot.com domains.

-Marzia

On Fri, Oct 24, 2008 at 7:41 AM, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:

>
> Hi, i need to be able to bulk sign-up users for my app.  This doesn't
> seem to be possible with Google's User model.  My guess is I'll have
> to create a custom user model, but the lack of ssl support is a bit of
> a deterrent.  Any thoughts on how this can be done?
>
> Thanks,
> -Reza
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to