|
@@ -19,10 +19,9 @@ The current method to changing the superadmin password is actually to make a new
|
|
|
1. Move the config.php file temporarily.
|
|
|
|
|
|
::
|
|
|
-
|
|
|
+ cat /etc/fusionpbx/config.php | grep password
|
|
|
cd /etc/fusionpbx
|
|
|
- mv config.php config1.php
|
|
|
- cat config1.php | grep password
|
|
|
+ mv config.php config.backup.php
|
|
|
|
|
|
|
|
|
|
2. Go to the FusionPBX install login page in the web browser. This will put FusionPBX into a recovery mode. **click next.**
|