On 12 Dec 2012, at 10:30 AM, JoeCodeswell <[email protected]> wrote: > Dear Massimo and Jonathan, > > In my last post i said "I'm still not sure how to change my app instances, > however." > > I thought about it a little bit and my guess is that i should add > > db.auth_user.password.requires[0].salt = False > > someplace in db.py. Is that right? > > Thanks for the help. > > Love and peace,
Either that or pass salt=False to the CRYPT constructor. Same effect. --

