Index: lams_central/build.xml =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -r0a36c0354f963276da36884d497ee30cdbdc34c0 --- lams_central/build.xml (.../build.xml) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/build.xml (.../build.xml) (revision 0a36c0354f963276da36884d497ee30cdbdc34c0) @@ -210,6 +210,7 @@ + \ No newline at end of file Index: lams_central/src/java/org/lamsfoundation/lams/applicationResources.properties =================================================================== diff -u --- lams_central/src/java/org/lamsfoundation/lams/applicationResources.properties (revision 0) +++ lams_central/src/java/org/lamsfoundation/lams/applicationResources.properties (revision 0a36c0354f963276da36884d497ee30cdbdc34c0) @@ -0,0 +1,8 @@ +# Resources for parameter 'org.lamsfoundation.lams.applicationResources' + +#=========================labels===========================# + +#=========================Error Messages===========================# +error.authorisation=You are not authorised to do this. +error.newpassword.mismatch=Your new passwords don't match each other. +error.oldpassword.mismatch=Your old password is not correct. \ No newline at end of file Index: lams_central/web/WEB-INF/struts/struts-config.xml =================================================================== diff -u -rca68b26281fd59bce02a7c78f8ff9c3db534d2ae -r0a36c0354f963276da36884d497ee30cdbdc34c0 --- lams_central/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision ca68b26281fd59bce02a7c78f8ff9c3db534d2ae) +++ lams_central/web/WEB-INF/struts/struts-config.xml (.../struts-config.xml) (revision 0a36c0354f963276da36884d497ee30cdbdc34c0) @@ -13,6 +13,11 @@ + + - +