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. --