On Tuesday, April 12, 2011 9:59:00 AM UTC-4, Bob wrote: > > Hello, could someone answer a couple of questions: > > 1. Is it possible to manually crypt the password in the same way that > crud() does it? > The reason is that I need to manually update the user with > db().update() and can't use crud
I think you can get a hashed password with:
CRYPT()('yourpassword')[0]
Anthony

