Index: lams_central/web/passwordChangeContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/passwordChangeContent.jsp,v diff -u -r1.10.12.6 -r1.10.12.7 --- lams_central/web/passwordChangeContent.jsp 27 Oct 2016 16:02:36 -0000 1.10.12.6 +++ lams_central/web/passwordChangeContent.jsp 2 Nov 2016 01:09:24 -0000 1.10.12.7 @@ -16,7 +16,6 @@ <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_NUMERICS)%> <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_SYMBOLS)%> - @@ -39,7 +38,6 @@ }); - $.validator.addMethod("charactersAllowed", function(value) { return /^[A-Za-z0-9\d`~!@#$%^&*\(\)_\-+={}\[\]\\|:\;\"\'\<\>,.?\/]*$/.test(value) @@ -154,9 +152,7 @@ placeholder="" maxlength="25"/>
- - - + " formnovalidate="formnovalidate" onclick="bCancel=true;" id="cancelButton" class="btn btn-sm btn-default voffset5"/>