Index: lams_common/web/passwordChangeContent.jsp =================================================================== diff -u --- lams_common/web/passwordChangeContent.jsp (revision 0) +++ lams_common/web/passwordChangeContent.jsp (revision c33412bfa717fdfee25a5fb6d217eb5ed31bc5dc) @@ -0,0 +1,51 @@ +<%@page import="com.lamsinternational.lams.web.PasswordChangeActionForm" %> +<%@ taglib uri="/WEB-INF/struts/struts-html.tld" prefix="html" %> +<%@ taglib uri="/WEB-INF/struts/struts-bean.tld" prefix="bean" %> + + + + + + +
+

Change Password

+

+ + + + + + + + + + + + + + + + + +
+ Username: + + + +
+ Old Password: + + +
+ Password: + + +
+ Confirm Password: + + +
+

Save   Cancel

+
+
+ \ No newline at end of file Index: lams_common/web/passwordChangeOkContent.jsp =================================================================== diff -u --- lams_common/web/passwordChangeOkContent.jsp (revision 0) +++ lams_common/web/passwordChangeOkContent.jsp (revision c33412bfa717fdfee25a5fb6d217eb5ed31bc5dc) @@ -0,0 +1,22 @@ + + + + + + + + + + +
+

Your password has been changed.

+

+ +

+
+ + \ No newline at end of file