12.03.2013, 14:25
When I register I have for example "hash1" in the database and when I login this is being converted to "hash2" (different hash).
Login Hash:
Register Hash:
Thanks!
Login Hash:
PHP код:
new szHashedPassword[129];
WP_Hash(szHashedPassword, sizeof(szHashedPassword), inputtext);
PHP код:
WP_Hash(AccountData[playerid][szPassword], 129, inputtext);