Index: lams_admin/web/userChangePass.jsp =================================================================== diff -u -r4eb868dc66707921b3f0b57cdb909cc9530b45b8 -r757f4919e3cf9567eaad331bc4323fda7ea50eb2 --- lams_admin/web/userChangePass.jsp (.../userChangePass.jsp) (revision 4eb868dc66707921b3f0b57cdb909cc9530b45b8) +++ lams_admin/web/userChangePass.jsp (.../userChangePass.jsp) (revision 757f4919e3cf9567eaad331bc4323fda7ea50eb2) @@ -1,27 +1,21 @@ <%@ include file="/taglibs.jsp"%> <%@ taglib uri="tags-lams" prefix="lams"%> -<%-- javascript --%> - - - - - <%@ page import="org.lamsfoundation.lams.util.Configuration"%> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys"%> <%@ page import="org.apache.struts.action.ActionMessages"%> - - <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_MINIMUM_CHARACTERS)%> <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_UPPERCASE)%> <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_NUMERICS)%> <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_LOWERCASE)%> <%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_SYMBOLS)%> + + +<%-- javascript --%> + + + +