Posts: 285
Threads: 20
Joined: Jul 2013
Reputation:
0
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.