How to Reset a FreePBX Administrator Password

If you forget your administrator login information for FreePBX, there is a simple way to log in and reset it. You will need your current root password to proceed with this tutorial.

  1. Log into your FreePBX server via SSH as the root user, using a tool such as PuTTY on Windows, or Terminal on Mac.
  2. Next, bring up your FreePBX web interface in a web browser. Once the page has loaded, press Ctrl + A on your keyboard to highlight everything on the page.
  3. Locate the unique session ID on the left side of the screen, and copy this string. It will look something like this: igg56njsp8bi0h4odqnupsq963
  4. In your PuTTY or terminal window, type the following (be sure to replace the unique string with your own, and press enter):
    [root@pbx ~]# fwconsole unlock igg56njsp8bi0h4odqnupsq963

    Unlocking:

    session unlocked!

    [root@pbx ~]#

    If you are using FreePBX 13 or earlier and the above gives you a ‘command not found’ error message, use the deprecated amportal command:

    [root@pbx ~]# amportal a u igg56njsp8bi0h4odqnupsq963

    Fetching FreePBX settings with gen_amp_conf.php..

    session unlocked!

    [root@pbx ~]#

  5. In your web browser, refresh the login page and you will be automatically logged in.
  6. Visit Admin -> Administrators and select your user on the right side of the page. At this point, you can reset your password.

How can I disable Insecure password warning in Firefox? | Firefox Support Forum | Mozilla Support

The value of the security.insecure_password.ui.enabled preference determines whether or not Firefox warns you about non-secure login pages.

  • enable the feature and be warned about non-secure login pages by setting this pref to true
  • disable the feature to be warned about non-secure login pages by setting this pref to false
  • security.insecure_password.ui.enabled = false

You can disable the warning when you type in a name/password field by setting this pref to false.

  • security.insecure_field_warning.contextual.enabled = false

There is signon.autofillForms.http for HTTP sites as an addition to the general signon.autofillForms pref to disable or enable filling a form automatically.

Source: How can I disable Insecure password warning in Firefox? | Firefox Support Forum | Mozilla Support

Some stuff about things