!233 浏览文件密码强度字符范围提示

Merge pull request !233 from Byron.Liu/develop
This commit is contained in:
若依
2020-12-07 14:02:49 +08:00
committed by Gitee
2 changed files with 92 additions and 90 deletions

View File

@@ -124,6 +124,7 @@
<th:block th:if="${chrtype == '4'}"><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> </span>
</th:block> </th:block>
</th:block>
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">

View File

@@ -32,6 +32,7 @@
<th:block th:if="${chrtype == '4'}"><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> </span>
</th:block> </th:block>
</th:block>
</div> </div>
</div> </div>
<div class="form-group"> <div class="form-group">