Jump to content

Can't remember admin password


famire

Recommended Posts

Hi,

 

I installed WHMCS yesterday evening and because my server just had a complete new install I had quite a few new passwords and I forgot to save the admin password for the fresh WHMCS install.

 

I've tried resetting it through the forgotten password link, but I never got an email. I then turned to phpMyAdmin to change the emailaddress (to make sure it wasn't that the emailaddress didn't work or something like that) and never got the email to that one either.

I just edited a few settings in the config table (ie emailaddresses) and tried again (to make sure it didn't get sent to one of the fiction emailaddresses) but haven't received anything.

 

I read something about turning off the password reset/resending of password (or something like that) but couldn't find that in the config table, so I have no idea how that's set (but I would reckon the default state is on).

 

Do I have to reinstall or is there a way that you guys can reset it? (the FAQ text about resetting admin password implies something like that)

 

Thanks,

Hiranthi

Link to comment
Share on other sites

For future reference, if this happens to anyone else. The admin passwords are just MD5 values. You can update the password using PHPMyAdmin or mysql command line using the following sql query:

 

UPDATE tbladmins SET password=MD5('[b]NEWPASSWORD[/b]') WHERE username='[b]ADMINUSERNAME[/b]';

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