How to reset the administrative password for FAQMasterFlex.

Goto your cPanel -> phpMyAdmin.

Once in phpMyAdmin, select the FAQMasterFlex database from the drop-down menu on the left. The page will refresh and the database's tables will be displayed on it. Open the SQL tab (look at the top navigation bar).

In the text field write the following SQL query:

UPDATE users SET passwrd =  'new_password_here' WHERE users.userid = "admin_username";

"new_password_here" - replace this with the new password you wish to use.
"admin_username" - replace this with the username the password should be updated for.

Once you are ready, click on the GO button to submit the query. If everything goes without errors, you should be able to login to FAQMasterFlex with the new password.

You need help with an application? hostlantern is specialized in hosting and supporting more than 200 scripts. Sign up for our web hosting services and let us help you with your application, 24/7!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Where can I find the official FAQMasterFlex documentation page?

Here is the official FAQMasterFlex webpage:...

I can not login into my FAQMasterFlex administrative back end.

FAQMasterFlex uses the HTTP Basic authentication mechanism, which does now work with PHP compiled...

How can I upgrade my FAQMasterFlex site/application?

If you want to perform an upgrade on FAQMasterFlex installed from Softaculous, just follow the...

How can I have FAQMasterFlex installed on my account?

You can install  FAQMasterFlex through the automatic script installation system - Softaculous....