Index: lams_central/web/forgotPasswordChange.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/forgotPasswordChange.jsp,v diff -u -r1.5.2.4 -r1.5.2.5 --- lams_central/web/forgotPasswordChange.jsp 14 Jul 2016 23:48:34 -0000 1.5.2.4 +++ lams_central/web/forgotPasswordChange.jsp 28 Oct 2016 06:10:50 -0000 1.5.2.5 @@ -1,5 +1,5 @@ -<%@ page language="java" pageEncoding="UTF-8" - contentType="text/html;charset=utf-8"%> + +<%@ page contentType="text/html; charset=utf-8" language="java"%> <%@page import="org.apache.struts.action.ActionMessages"%> <%@ page import="org.lamsfoundation.lams.util.Configuration"%> <%@ page import="org.lamsfoundation.lams.util.ConfigurationKeys"%> @@ -10,49 +10,98 @@ <%@ taglib uri="tags-lams" prefix="lams"%> <%@ taglib uri="tags-core" prefix="c"%> - +<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_MINIMUM_CHARACTERS)%> +<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_UPPERCASE)%> +<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_NUMERICS)%> +<%=Configuration.get(ConfigurationKeys.PASSWORD_POLICY_SYMBOLS)%> + + + + + + @@ -72,24 +121,46 @@ - + + + : + + + + + + + + + + + + + + + + + + key="label.password.new.password" /> + type="password" id="confirmNewPassword" class="form-control" + name="confirmNewPassword" maxlength="25" /> - - + + - +