### 常规方式
通过系统提供的邮箱或者短信方式重置密码
### 终极杀招
进入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}
```