Arnaud Lier Posted July 21, 2019 Share Posted July 21, 2019 Hello, I want to reset my password of my admin account on my WHMCS installation but I haven't setup the SMTP mail service right now. How can I do it ? Thanks ! If you know some ways to encrypt password and put it in the database like SMTP password or the user password, thanks! 0 Quote Link to comment Share on other sites More sharing options...
Arnaud Lier Posted July 21, 2019 Author Share Posted July 21, 2019 Tried that : https://www.milesweb.com/hosting-faqs/reset-whmcs-admin-password/ but not working... 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted July 22, 2019 Share Posted July 22, 2019 @ZeProf2Coding that tutorial should have helped however give this SQL Command a go UPDATE tbladmins SET password=md5('NEW-PASSWORD-HERE'), passwordhash='' WHERE username='ADMIN-USERNAME'; 0 Quote Link to comment Share on other sites More sharing options...
Arnaud Lier Posted July 22, 2019 Author Share Posted July 22, 2019 I already solved it but thanks 😉 0 Quote Link to comment Share on other sites More sharing options...
WHMCS ChrisD Posted July 22, 2019 Share Posted July 22, 2019 Glad to hear you have solved this issue @ZeProf2Coding for others could you please share how you fixed this 0 Quote Link to comment Share on other sites More sharing options...
Arnaud Lier Posted July 22, 2019 Author Share Posted July 22, 2019 It was just my php sessions folder who was invalid because I reinstalled WHMCS on another setup :') 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.