浏览代码

Update password_reset.rst

FusionPBX 4 年之前
父节点
当前提交
d74c9a4907
共有 1 个文件被更改,包括 2 次插入3 次删除
  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.
 1. Move the config.php file temporarily.
 
 
 ::
 ::
-
+ cat /etc/fusionpbx/config.php | grep password
  cd /etc/fusionpbx
  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.**
 2. Go to the FusionPBX install login page in the web browser.  This will put FusionPBX into a recovery mode. **click next.**