Nujan Sitaula Posted November 20, 2019 Share Posted November 20, 2019 Hello, I've installed WHMCS but due to internet problem I was unable to set admin username and password Now I can't login to my whmcs What is the solution for this? There is blank data in whmcs database admins column..... I need help. 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted November 20, 2019 Share Posted November 20, 2019 Run this query in phpMyAdmin: UPDATE tbladmins SET `password` = MD5('test'), passwordhash = '' WHERE id = '1' LIMIT 1 Replace id = '1' with the ID of your admin account. Once done your password will be test. You can change it after logging in to your account. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.