mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
pbx/README.adoc: Clarify FreePBX password recovery
This commit is contained in:
parent
f6987299a9
commit
30f01e507f
1 changed files with 3 additions and 3 deletions
|
@ -211,13 +211,13 @@ sudo fwconsole ma upgradeall # Upgrade your FreePBX modules (as normally
|
||||||
|
|
||||||
* If you'd like to allow users more control over their own settings, and the ability to review their own statistics, install the https://wiki.freepbx.org/pages/viewpage.action?pageId=28180526[User Control Panel] FreePBX module from http://box.lan:83/freepbx or http://box.lan/freepbx > *Admin* > *Module Admin* > *Check Online*.
|
* If you'd like to allow users more control over their own settings, and the ability to review their own statistics, install the https://wiki.freepbx.org/pages/viewpage.action?pageId=28180526[User Control Panel] FreePBX module from http://box.lan:83/freepbx or http://box.lan/freepbx > *Admin* > *Module Admin* > *Check Online*.
|
||||||
|
|
||||||
. [[Password_Recovery]]If you forget your FreePBX password, you can bypass it using Linux command `sudo fwconsole unlock <Session ID>` and then refresh your FreePBX web page.
|
. [[Password_Recovery]]If you forget your FreePBX password, you can bypass it using Linux command `sudo fwconsole unlock <Session ID>` and then refresh your FreePBX web page:
|
||||||
+
|
+
|
||||||
To get the Session ID, press `Ctrl + a` which will highlight all the text on the page. The text highlighted in the middle of the page, is the Session ID:
|
* To get the Session ID, press `Ctrl + a` which will highlight all the text on the page. The text highlighted in the middle of the page, is the Session ID:
|
||||||
+
|
+
|
||||||
image::files/pwdless_login.jpg[]
|
image::files/pwdless_login.jpg[]
|
||||||
+
|
+
|
||||||
Once you've logged in, change your password under *Admin* > *Administrators*. On the right side, you will see the list of available users. You can select the appropriate user and change the password.
|
* Once you've logged in, change your password under *Admin* > *Administrators*. On the right side, you will see the list of available users. You can select the appropriate user and change the password:
|
||||||
+
|
+
|
||||||
image::files/password_change.jpg[]
|
image::files/password_change.jpg[]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue