mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:48:41 +00:00
fix(user/edit): reset_password_form
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
424d3163af
commit
09db7e48ef
@ -424,7 +424,7 @@ if ($cur_tab == 'profile') {
|
||||
"where", ["username" => $user['username']]
|
||||
]);
|
||||
|
||||
dieWithAlert('密码修改成功!');
|
||||
dieWithJsonData(['status' => 'success', 'message' => '密码修改成功,请重新 <a href="/login">登录</a>。']);
|
||||
}
|
||||
|
||||
if (isSuperUser(Auth::user())) {
|
||||
|
Loading…
Reference in New Issue
Block a user