Hi,

What's the best way to create an auth_user programatically?.

If I do db.auth_user.insert(...), then the password is not encrypted
and the validations are not executed, as far as I can tell.

In order to accomplish this, is it possible to execute a
crud.create(...) as if the form data was already posted, such that the
insert is done automatically (but without any web requests)?.

Thanks,

   Carlos

Reply via email to