Index: lams_central/web/passwordChangeContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/passwordChangeContent.jsp,v
diff -u -r1.10.12.3 -r1.10.12.4
--- lams_central/web/passwordChangeContent.jsp 24 Oct 2016 14:55:28 -0000 1.10.12.3
+++ lams_central/web/passwordChangeContent.jsp 26 Oct 2016 15:29:14 -0000 1.10.12.4
@@ -1,5 +1,4 @@
-
<%@ page contentType="text/html; charset=utf-8" language="java"%>
<%@ taglib uri="tags-html" prefix="html"%>
<%@ taglib uri="tags-core" prefix="c"%>
@@ -9,7 +8,15 @@
<%@ taglib uri="tags-lams" prefix="lams"%>
<%@ page import="org.apache.struts.action.ActionMessages"
import="org.lamsfoundation.lams.web.PasswordChangeActionForm"%>
+<%@ page import="org.lamsfoundation.lams.util.Configuration"%>
+<%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys"%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_MINIMUM_CHARACTERS)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_UPPERCASE)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_NUMERICS)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_SYMBOLS)%>
+
+
@@ -19,11 +26,70 @@