密码强度字符范围提示

This commit is contained in:
Byron.Liu
2020-12-07 11:33:06 +08:00
parent 438fcc0928
commit f884fc927f
2 changed files with 92 additions and 90 deletions

View File

@@ -123,7 +123,8 @@
<th:block th:if="${chrtype == '3'}"><i class="fa fa-info-circle" style="color: red;"></i> 密码必须包含(字母,数字)</th:block>
<th:block th:if="${chrtype == '4'}"><i class="fa fa-info-circle" style="color: red;"></i> 密码必须包含(字母,数字,特殊字符!@#$%^&*()-=_+</th:block>
</span>
</th:block>
</th:block>
</th:block>
</div>
</div>
<div class="form-group">