Password problem,
#1

EDIT: Solved
Reply
#2

change
Quote:

if(!strcmp(hashpass, PlayerTemp[playerid][password]))

to
Quote:

if(!strcmp(hashpass, PlayerTemp[playerid][password],false))

Reply
#3

Whirlpool doesn't hash passwords into INTEGERS, use String type to store and compare passwords.

@Sreyas: By default ignorecase is false.
Reply
#4

Thanks @gammix, fixed
Reply
#5

@gammix oh yeah you are right default case false thanks bro for reminding me that
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)