Index: lams_central/web/passwordChangeContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/passwordChangeContent.jsp,v
diff -u -r1.10.12.8 -r1.10.12.9
--- lams_central/web/passwordChangeContent.jsp 7 Nov 2016 09:32:08 -0000 1.10.12.8
+++ lams_central/web/passwordChangeContent.jsp 25 Nov 2016 03:33:08 -0000 1.10.12.9
@@ -13,6 +13,7 @@
<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_MINIMUM_CHARACTERS)%>
<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_UPPERCASE)%>
+<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_LOWERCASE)%>
<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_NUMERICS)%>
<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_SYMBOLS)%>
@@ -25,18 +26,17 @@