mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
[更新]后台用户登录默认密码
This commit is contained in:
parent
d4e77303d7
commit
d7679d723f
@ -43,13 +43,13 @@
|
||||
<ul>
|
||||
<li>
|
||||
<input name='username' class="hide"/>
|
||||
<input required="required" pattern="^\S{4,}$" value="" name="username"
|
||||
<input required="required" pattern="^\S{4,}$" value="admin" name="username"
|
||||
autofocus="autofocus" autocomplete="off" class="login-input username"
|
||||
title="请输入4位及以上的字符" placeholder="请输入用户名/手机号码"/>
|
||||
</li>
|
||||
<li>
|
||||
<input name='password' class="hide"/>
|
||||
<input required="required" pattern="^\S{4,}$" value="" name="password"
|
||||
<input required="required" pattern="^\S{4,}$" value="admin" name="password"
|
||||
type="password" autocomplete="off" class="login-input password"
|
||||
title="请输入4位及以上的字符" placeholder="请输入密码"/>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user