View Single Post
  #11  
Old 10th December 2020, 18:56
Asterix Asterix is offline
Senior Member
 
Join Date: Mar 2011
P2P
Posts: 20
Default
You need to change length of column passhash from table users.
First delete the user from database.
after use this:
ALTER TABLE `users` MODIFY `passhash` varchar(64) CHARACTER SET utf8 DEFAULT NULL;
after create a new account and try to login.
Reply With Quote