db.auth_user.insert(....password=db.auth_user.password.validate(password),...)
On Nov 16, 3:34 am, villas <[email protected]> wrote: > I'm sure that you can insert a user easily enough. I think you'll > need the CRYPT validator to encrypt the password. > > -D

