Hi,
When I am creating a new user with new_user_md5.php3 it works fine.
However, when I am trying to chenge the password it creates a password which is refused. The changed encrypted password will be different when the new user is created or when the same password is set for an axisting user.
Eg.
new user:
password = dani
encr. password in db. =55b7e8b895d047537e672250dd781555
existing user change password
password = dani
encr. password in db. = e04c595df2999469647a6419c6a16423
Could someone help me why?
Thank you.
Art
If I create a new user with the same password, the password value will be different when I am trying to use the same password to update password.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-04-10
I have solved this one.
Cheers.
Art
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
When I am creating a new user with new_user_md5.php3 it works fine.
However, when I am trying to chenge the password it creates a password which is refused. The changed encrypted password will be different when the new user is created or when the same password is set for an axisting user.
Eg.
new user:
password = dani
encr. password in db. =55b7e8b895d047537e672250dd781555
existing user change password
password = dani
encr. password in db. = e04c595df2999469647a6419c6a16423
Could someone help me why?
Thank you.
Art
If I create a new user with the same password, the password value will be different when I am trying to use the same password to update password.
I have solved this one.
Cheers.
Art