But how do you make it so that it will generate a Registration ID
automatically.  When i create a new application with the db wizard and
connect to the sqllite database I don't have any of these problems.  I
can create a new user with out giving a registration id

On Feb 25, 10:25 am, Anthony <abasta...@gmail.com> wrote:
> 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

Reply via email to