Is user_id() unique for all time?

That is, even if a Google Account is deleted, the user_id() of that
deleted account will never appear again in any other user_id, right?


We are clarifying our understanding of this statement from
http://code.google.com/appengine/docs/python/users/userclass.html#User_user_id

user_id()
If the email address is associated with a Google account, user_id
returns the unique permanent ID of the user, a str. This ID is always
the same for the user regardless of whether the user changes her email
address.

-- 
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 
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