On 12 Dec 2012, at 9:29 AM, JoeCodeswell <[email protected]> wrote: > Dear Massimo, > > When i tried to > > db.auth_user.password.validators[0].salt = False > > Here's what happened.
Try this instead: change CRYPT() to CRYPT(salt=False) --
On 12 Dec 2012, at 9:29 AM, JoeCodeswell <[email protected]> wrote: > Dear Massimo, > > When i tried to > > db.auth_user.password.validators[0].salt = False > > Here's what happened.
Try this instead: change CRYPT() to CRYPT(salt=False) --