Dear All
Good day!
I have been logging into the admin portal via the weblink (http://meatlovers.com.sg/admin) the last 3 years without problem. There was no change in password or user.
But today I got an invalid user name or password for the first time!
I am unable to get help via 'Forget Password' as I m not sure which email the previous user registered under
Solved! Go to Solution.
Hello @xie_qihan dawn
Is it possible to access Database of system? If yes then Please run this query
UPDATE admin_user SET `password` = md5('YOUR_NEW_PASSWORD'), is_active = 1 WHERE `username` = 'YOUR_ADMIN_USERNAME';
Please Kudos and accept it as a solution. Cheers coding
Hello @xie_qihan dawn
Is it possible to access Database of system? If yes then Please run this query
UPDATE admin_user SET `password` = md5('YOUR_NEW_PASSWORD'), is_active = 1 WHERE `username` = 'YOUR_ADMIN_USERNAME';
Please Kudos and accept it as a solution. Cheers coding
Sorry, I m not good at coding stuff. I log in via the website admin portal, how do I apply this code there? >_<
You have to connect with Database[Using Cpanel/ workbench] first then direct you can run this query.