Browse Source

Merge pull request #404 from subst4nc3/patch-1

Update forgottenpassword-actionchoice.jsp
Jason Rivard 7 years ago
parent
commit
5a4bfc3417

+ 1 - 1
webapp/src/main/webapp/WEB-INF/jsp/forgottenpassword-actionchoice.jsp

@@ -27,7 +27,7 @@
 <%@ taglib uri="pwm" prefix="pwm" %>
 <%@ taglib uri="pwm" prefix="pwm" %>
 <html lang="<pwm:value name="<%=PwmValue.localeCode%>"/>" dir="<pwm:value name="<%=PwmValue.localeDir%>"/>">
 <html lang="<pwm:value name="<%=PwmValue.localeCode%>"/>" dir="<pwm:value name="<%=PwmValue.localeDir%>"/>">
 <%@ include file="fragment/header.jsp" %>
 <%@ include file="fragment/header.jsp" %>
-<% boolean passwordResetInhibit = (boolean)JspUtility.getAttribute( pageContext, PwmRequestAttribute.ForgottenPasswordInhibitPasswordReset ); %>
+<% boolean passwordResetInhibit = (Boolean)JspUtility.getAttribute( pageContext, PwmRequestAttribute.ForgottenPasswordInhibitPasswordReset ); %>
 <body class="nihilo">
 <body class="nihilo">
 <div id="wrapper">
 <div id="wrapper">
     <jsp:include page="fragment/header-body.jsp">
     <jsp:include page="fragment/header-body.jsp">