修改密码测试
This commit is contained in:
@@ -134,6 +134,7 @@ class LoginController extends BaseAdminController
|
||||
$this->requestValidate($post, [
|
||||
[['mobile', 'password'], 'required']
|
||||
]);
|
||||
ds($post);
|
||||
$LoginForm = new LoginForm();
|
||||
$LoginForm->attributes = $post;
|
||||
return $LoginForm->ResetPassword();
|
||||
|
||||
Reference in New Issue
Block a user