修复修改密码的问题

This commit is contained in:
2025-03-03 16:17:10 +08:00
parent f1a140289a
commit f15fd61daa

View File

@@ -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();