app/soc/models/user.py
changeset 2345 f78caf12f32d
parent 1650 51b5bc38522c
child 2350 a6764395c7e9
--- a/app/soc/models/user.py	Mon May 25 22:59:33 2009 +0200
+++ b/app/soc/models/user.py	Mon May 25 22:59:56 2009 +0200
@@ -71,6 +71,9 @@
       verbose_name=ugettext('User account'))
   account.help_text = ugettext(
       'A valid Google Account.')
+  
+  #: Google Account unique user id
+  user_id = db.StringProperty(required=True)
 
   #: A list (possibly empty) of former Google Accounts associated with
   #: this User.