On Friday, February 25, 2011 10:04:36 AM UTC-5, stargate wrote: > > Thanks for all the help I hope i can solve this problem
What problem do you still need to solve -- is it just the issue with the "Registration Id" error in appadmin? As far as I can tell, the "registration_id" field is used in conjunction with the Janrain login method. If you're not using Janrain, you can probably remove this line: db.auth_user.registration_id.requires = IS_NOT_IN_DB(db, db.auth_user.registration_id) That will allow you to leave "Registration Id" blank in appadmin. Otherwise, it should work as long as you enter unique registration_id's for each new record. It appears the registration_id is normally something provided by Janrain -- see /gluon/contrib/login_methods/rpx_account.py. Anthony

