Hello,

I’m attempting to change a password. I do not see any SOAP calls for such an 
event, so I wrote a SQL call.

My class takes in a string, and hashed it using MD5. 

When I create a new user in the system, say with the password ‘abcd1234’, I get 
a unique hash as expected. When I change the password on another account to 
‘abcd1234’, it produces the same hash; just as expected, and changes the hash – 
just as expected.


However, roughly only 1/10 of the password changes actually allow the user to 
login.


Is their another table I’m missing? Why would this be?

-Jake

Reply via email to