-
+
:
@@ -158,6 +160,10 @@
-
+
+ -
+
-
+
@@ -179,6 +186,7 @@
|
+
*: |
@@ -191,6 +199,7 @@
|
+
: |
@@ -369,7 +378,11 @@
-
+
+
+
"
formnovalidate="formnovalidate" onclick="bCancel=true;" id="cancelButton" class="btn btn-default"/>
Index: lams_admin/web/userChangePass.jsp
===================================================================
diff -u
--- lams_admin/web/userChangePass.jsp (revision 0)
+++ lams_admin/web/userChangePass.jsp (revision dcdfda709789f888e53f264b20762f3b76dbdae3)
@@ -0,0 +1,165 @@
+<%@ 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)%>
+
+
+
+
+
\ No newline at end of file