/changepass command using sscanf
#4

Quote:
Originally Posted by sim_sima
Посмотреть сообщение
Wow. Thats what i call helping
Thank you very much
I had just edited it, I didn't notice it first but you are comparing a hashed version of the hashed password ( a hashed-hash ) to the old password, change

Код:
if( udb_hash( tmp ) == udb_hash( oldpass ) )
to
Код:
if( tmp == udb_hash( oldpass ) )
Reply


Messages In This Thread
/changepass command using sscanf - by sim_sima - 30.06.2011, 11:55
Re: /changepass command using sscanf - by langricr - 30.06.2011, 12:27
Re: /changepass command using sscanf - by sim_sima - 30.06.2011, 12:46
Re: /changepass command using sscanf - by langricr - 30.06.2011, 12:47
Re: /changepass command using sscanf - by sim_sima - 30.06.2011, 12:58
Re: /changepass command using sscanf - by sim_sima - 30.06.2011, 13:29
Re: /changepass command using sscanf - by playbox12 - 30.06.2011, 13:33
Re: /changepass command using sscanf - by sim_sima - 30.06.2011, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)