### 常規方式
通過系統提供的郵箱或者短信方式重置密碼
### 終極殺招
進入php相關容器
```
docker exec -it ctc-php bash
```
切換到ctc目錄
```
cd /var/html/ctc
```
重置管理員密碼,例如:php console.php maintain reset_password 10000@163.com 123456
```
php console.php maintain reset_password {phone/email} {new_password}
```