- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Invalid login user or password - help needed urgently!
Sorry, I m not good at coding stuff. I log in via the website admin portal, how do I apply this code there? >_<
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Invalid login user or password - help needed urgently!
You have to connect with Database[Using Cpanel/ workbench] first then direct you can run this query.
https://www.manishmittal.com/