Hi all,

can't seem to get my application user's passwords working properly
after the last changes to the password algorithm. User's with old md5
passwords can login once, but after that their passwords don't work
anymore. What gives?

Also, is there anyway of using mysql to create the new password format?
Reason being that I've extended the auth.user class, and I can't for my
life create users using python (other than that it works fine), so for
the time being I resorted to using mysql with md5('password') insert
statements, and of course these doesn't work with the new algo.

R
/LarS

Reply via email to