Index: lams_admin/web/userChangePass.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_admin/web/Attic/userChangePass.jsp,v
diff -u -r1.1.2.2 -r1.1.2.3
--- lams_admin/web/userChangePass.jsp 30 Nov 2016 02:00:39 -0000 1.1.2.2
+++ lams_admin/web/userChangePass.jsp 12 May 2017 17:42:07 -0000 1.1.2.3
@@ -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 --%>
+
+
+
+