author | Pawel Solyga <Pawel.Solyga@gmail.com> |
Tue, 26 May 2009 00:51:33 +0200 | |
changeset 2350 | a6764395c7e9 |
parent 2349 | 5a5e3d84b43e |
child 2351 | 73448b71aa07 |
--- a/app/soc/models/user.py Tue May 26 00:19:09 2009 +0200 +++ b/app/soc/models/user.py Tue May 26 00:51:33 2009 +0200 @@ -73,7 +73,7 @@ 'A valid Google Account.') #: Google Account unique user id - user_id = db.StringProperty(required=True) + user_id = db.StringProperty(required=False) #: A list (possibly empty) of former Google Accounts associated with #: this User.