Browse Source

Update password_reset.rst

FusionPBX 4 years ago
parent
commit
d74c9a4907
1 changed files with 2 additions and 3 deletions
  1. 2 3
      source/additional_information/password_reset.rst

+ 2 - 3
source/additional_information/password_reset.rst

@@ -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.**