mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update pass.html
This commit is contained in:
parent
72055d5bc7
commit
3b99b063e1
@ -37,9 +37,9 @@
|
|||||||
|
|
||||||
<div class="layui-form-item">
|
<div class="layui-form-item">
|
||||||
<label class="relative block">
|
<label class="relative block">
|
||||||
<span class="color-green font-w7">验证登录密码</span>
|
<span class="color-green font-w7">重复登录密码</span>
|
||||||
<span class="color-desc margin-left-5">Retype Password</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>
|
</label>
|
||||||
<p class="color-desc">密码必需包含大小写字母、数字、符号的任意两者组合。</p>
|
<p class="color-desc">密码必需包含大小写字母、数字、符号的任意两者组合。</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user