02.11.2014, 19:12
It seems that it's just appending the old password onto the new string. Make sure all strings are cleared before trying to update again. I'm not sure why this is happening (if it's still an issue I'll take an in depth look later).
Also, you need to save the salt in the database somewhere. You cant just salt the hash and then assume that the server will know the salt for next time.
Good luck.
Also, you need to save the salt in the database somewhere. You cant just salt the hash and then assume that the server will know the salt for next time.
Good luck.