mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-06 01:52:48 +08:00
增加docker配置;修复重置命令错误;优化timer请求机制支持本地
This commit is contained in:
@@ -17,7 +17,7 @@ class ResetPasswordBase extends TimerController
|
||||
return $this->error('本功能只有在演示环境下在能使用', '', '/');
|
||||
}
|
||||
|
||||
$output = Console::call('admin:resetPassword', [
|
||||
$output = Console::call('admin:reset:password', [
|
||||
'--password=123456',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user