Index: lams_admin/web/orgPasswordChange.jsp =================================================================== diff -u -r4b44632629e35a6b8dc8a970bc0ecc27f38d66ff -rccae5ec14269c8b244a2d0af05bc0050483fbfeb --- lams_admin/web/orgPasswordChange.jsp (.../orgPasswordChange.jsp) (revision 4b44632629e35a6b8dc8a970bc0ecc27f38d66ff) +++ lams_admin/web/orgPasswordChange.jsp (.../orgPasswordChange.jsp) (revision ccae5ec14269c8b244a2d0af05bc0050483fbfeb) @@ -1 +1,194 @@ +<%@ include file="/taglibs.jsp"%> +<%@ taglib uri="tags-lams" prefix="lams"%> +<%@ 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 --%> + + + + + + +

+ + +

+ +
+
+ + : +
    +
  • + +
  • + + +
  • +
    + +
  • +
    + + +
  • +
    + + + +
  • +
    +
+ +
+ + + + +
+
+
+
+ +
+ + + + + + + + + +
+ + + + +
+ + + + +
+
+
+
+ +
+
+ +
+
+
+
\ No newline at end of file