修复修改密码的问题
This commit is contained in:
@@ -288,6 +288,7 @@ class LoginController extends BaseAdminController
|
||||
public function actionRegister()
|
||||
{
|
||||
$post = Yii::$app->request->post();
|
||||
$post['password'] = ase_decode($post['password']);
|
||||
|
||||
// $post['mobile'] = ase_decode($post['mobile']);
|
||||
$model = new RegisterForm();
|
||||
|
||||
Reference in New Issue
Block a user