I cannot reproduce this problem. Do you get the "value already in database or empty" message specifically on the registration_key field, or on the email or username field? Have you set any validators for db.auth_user.registration_key (you can check by printing db.auth_user.registration_key.requires)?
Anthony On Wednesday, January 4, 2012 8:48:29 AM UTC-5, OpenMercury wrote: > > Hi, > > I'm using the basic scaffolding app and have set it up so new users > need to be approved to use the application. > I'm registered and there is an entry in auth_user table. The > registration key field value is 'Pending'. From reading the docs, all > I should have to do is blank out the registration key field. I'm > trying to do that via appAdmin and editing the current record. When I > blank out registration key field and hit 'submit' I get the message > "value already in database or empty". What am I doing wrong or is > this a bug? > > Thanks Scott >

