No problem. I prefer false positive than false negative. It means people are using and checking. ;-)
On Thursday, 23 August 2012 07:52:08 UTC-5, Rujaun Fourie wrote: > > Sorry for wasting your time Massimo > > db.auth_user.nickname.requires = IS_NOT_IN_DB(db, 'auth_user.nickname') > > was the validator I used. But I forgot to mention that down the line I > have: > > db.auth_user.nickname.requires = IS_NOT_EMPTY() > > And that messed it up. > > --

