Login credentials not working

Hello Everyone,

I did new installation version 8.10.1 and everything was fine until I imported my old database table via phpMyAdmin then login becomes a problem. I’m using my old user login details, yet I keep getting login credentials incorrect. Please where do I look for solution. For record I tested with a demo installation on my PC before implementing on my cpanel. Same process and my demo worked but live refused to let me login

This would help diagnose:

It’s not really a login credentials problem. It’s likely

  • mysql root login problem
  • directory ownership / permissions problem

I get this from time to time, even with my current login. I’ve never really got to the bottom of why it happens. Go throught the passsword reset dialoge and you’ll get in with a reset password. Then hopefully that will stick.

Otherwise, go in the DB in the password table and just add whatever you want and encode it as MD5 and you’ll be able to get in.

Try resetting the password via database but can’t

Did you add the value in plain text and save as md5, that’s how I do it and always works.