找回密码和注册账号的密码填写增加密码等级提醒
This commit is contained in:
@@ -71,6 +71,10 @@ $(function(){
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if ($.fn.strength){
|
||||||
|
$("#fp_password").strength();
|
||||||
|
}
|
||||||
|
|
||||||
$('#forgetForm').validate({
|
$('#forgetForm').validate({
|
||||||
ignore: ":hidden",
|
ignore: ":hidden",
|
||||||
|
|||||||
@@ -64,6 +64,10 @@ $(function(){
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if ($.fn.strength){
|
||||||
|
$("#reg_password").strength();
|
||||||
|
}
|
||||||
|
|
||||||
$('#registerForm').validate({
|
$('#registerForm').validate({
|
||||||
ignore: ":hidden",
|
ignore: ":hidden",
|
||||||
submitHandler: function(form) {
|
submitHandler: function(form) {
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<% include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 %>
|
<% include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 %>
|
||||||
<link rel="stylesheet" href="${ctxStatic}/icheck/1.0/square/blue.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/icheck/1.0/square/blue.css?${_version}">
|
||||||
<link rel="stylesheet" href="${ctxStatic}/jquery-toastr/2.1/toastr.min.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/jquery-toastr/2.1/toastr.min.css?${_version}">
|
||||||
|
<link rel="stylesheet" href="${ctxStatic}/jquery-plugins/jquery.strength.css?${_version}">
|
||||||
<link rel="stylesheet" href="${ctxStatic}/modules/sys/sysLogin.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/modules/sys/sysLogin.css?${_version}">
|
||||||
<div class="login-box" style="margin:4% auto 300px auto;">
|
<div class="login-box" style="margin:4% auto 300px auto;">
|
||||||
<div class="login-logo">
|
<div class="login-logo">
|
||||||
@@ -100,4 +101,6 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
<script src="${ctxStatic}/common/des.js?${_version}"></script>
|
<script src="${ctxStatic}/common/des.js?${_version}"></script>
|
||||||
<script src="${ctxStatic}/jquery-toastr/2.1/toastr.min.js?${_version}"></script>
|
<script src="${ctxStatic}/jquery-toastr/2.1/toastr.min.js?${_version}"></script>
|
||||||
|
<script src="${ctxStatic}/jquery-plugins/jquery.strength.js?${_version}"></script>
|
||||||
|
<script src="${ctxStatic}/jquery-plugins/jquery.strength_i18n.js?${_version}"></script>
|
||||||
<script src="${ctxStatic}/modules/sys/forgetPwd.js?${_version}"></script>
|
<script src="${ctxStatic}/modules/sys/forgetPwd.js?${_version}"></script>
|
||||||
@@ -2,6 +2,7 @@
|
|||||||
<% include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 %>
|
<% include('/include/upgrade.html'){} // 如果客户浏览器版本过低,则显示浏览器升级提示。 %>
|
||||||
<link rel="stylesheet" href="${ctxStatic}/icheck/1.0/square/blue.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/icheck/1.0/square/blue.css?${_version}">
|
||||||
<link rel="stylesheet" href="${ctxStatic}/jquery-toastr/2.1/toastr.min.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/jquery-toastr/2.1/toastr.min.css?${_version}">
|
||||||
|
<link rel="stylesheet" href="${ctxStatic}/jquery-plugins/jquery.strength.css?${_version}">
|
||||||
<link rel="stylesheet" href="${ctxStatic}/modules/sys/sysLogin.css?${_version}">
|
<link rel="stylesheet" href="${ctxStatic}/modules/sys/sysLogin.css?${_version}">
|
||||||
<div class="login-box" style="margin:20px auto 300px auto">
|
<div class="login-box" style="margin:20px auto 300px auto">
|
||||||
<div class="login-logo">
|
<div class="login-logo">
|
||||||
@@ -96,4 +97,6 @@
|
|||||||
<% } %>
|
<% } %>
|
||||||
<script src="${ctxStatic}/common/des.js?${_version}"></script>
|
<script src="${ctxStatic}/common/des.js?${_version}"></script>
|
||||||
<script src="${ctxStatic}/jquery-toastr/2.1/toastr.min.js?${_version}"></script>
|
<script src="${ctxStatic}/jquery-toastr/2.1/toastr.min.js?${_version}"></script>
|
||||||
|
<script src="${ctxStatic}/jquery-plugins/jquery.strength.js?${_version}"></script>
|
||||||
|
<script src="${ctxStatic}/jquery-plugins/jquery.strength_i18n.js?${_version}"></script>
|
||||||
<script src="${ctxStatic}/modules/sys/registerUser.js?${_version}"></script>
|
<script src="${ctxStatic}/modules/sys/registerUser.js?${_version}"></script>
|
||||||
Reference in New Issue
Block a user