mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-29 01:49:16 +08:00
Update pass.html
This commit is contained in:
parent
3b99b063e1
commit
95bb2f3f60
@ -39,7 +39,7 @@
|
||||
<label class="relative block">
|
||||
<span class="color-green font-w7">重复登录密码</span>
|
||||
<span class="color-desc margin-left-5">Retype Password</span>
|
||||
<input type="password" name="repassword" maxlength="32" pattern="^(?![\d]+$)(?![a-zA-Z]+$)(?![^\da-zA-Z]+$).{6,32}$" required placeholder="请输入重复登录密码" class="layui-input">
|
||||
<input type="password" name="repassword" maxlength="32" pattern="^(?![\d]+$)(?![a-zA-Z]+$)(?![^\da-zA-Z]+$).{6,32}$" required placeholder="请重复输入登录密码" class="layui-input">
|
||||
</label>
|
||||
<p class="color-desc">密码必需包含大小写字母、数字、符号的任意两者组合。</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user