[HELP +REP] What is wrong?
#1

SLOVED!
Reply
#2

You need to expand the size of the password field in the mysql database to 129 characters, as whirlpool hash encryption is that long .

Edit: `Password` varchar(40) > `Password` varchar(129)
Edit2: before you tell me it doesn't work delete your account and re-create it.
Reply
#3

Quote:
Originally Posted by Wizzy951
Посмотреть сообщение
You need to expand the size of the password field in the mysql database to 129 characters, as whirlpool hash encryption is that long .
Wizzy951,
thank you very much. you are repped
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)