mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 13:28:41 +00:00
fix(web/user/edit/password): "修改" -> “重置”
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
6e676bca67
commit
6963be54f2
@ -341,7 +341,7 @@ EOD);
|
|||||||
</div>
|
</div>
|
||||||
<?php if (isSuperUser($myUser) && $user['username'] != $myUser['username']): ?>
|
<?php if (isSuperUser($myUser) && $user['username'] != $myUser['username']): ?>
|
||||||
<div class="alert alert-warning mb-0" role="alert">
|
<div class="alert alert-warning mb-0" role="alert">
|
||||||
如需修改其他用户的密码,请前往 <a href="/super-manage/users" class="alert-link">系统管理</a> 页面操作。
|
如需重置其他用户的密码,请前往 <a href="/super-manage/users" class="alert-link">系统管理</a> 页面操作。
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user