Jump to content

Hello there ,


hos_wins

Recommended Posts

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 ?!

Link to comment
Share on other sites

  • WHMCS Support Manager

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated