hos_wins Posted October 19, 2009 Share Posted October 19, 2009 Hello there , I have a whmcs license , I just pay it now , I was using a free trial account , now when i need to put the license number in the script , the script need admin password , but i forget it , i try to use ( Forget my password ) but i cann't ! when i regenerate it , the script say ( you must have a license ) & when i need to put the license number , it says ( give me admin password ) ! what can i do for that ?! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted October 19, 2009 WHMCS Support Manager Share Posted October 19, 2009 If forgotten, you can reset your admin login details in the database directly. To do that, begin by logging into phpMyAdmin and then run these queries through the SQL tab: TRUNCATE tbladmins; INSERT INTO tbladmins (`roleid`, `username`, `password`, `firstname`, `lastname`, `email`, `template`) VALUES ( '1', 'admin', MD5('temp123'), 'Temp', 'User', 'temp@whmcs.com', 'v4' ); You will then be able to login using the combination admin / temp123 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.