Ver código fonte

Latest updates for bug fix.

rkeil 7 anos atrás
pai
commit
47d4c6c8c5

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

@@ -36,7 +36,7 @@
     <div id="centerbody">
         <div id="page-content-title"><pwm:display key="Title_ForgottenPassword" displayIfMissing="true"/></div>
         <%@ include file="/WEB-INF/jsp/fragment/message.jsp" %>
-        <% if (showForgottenPasswordAction) { %>
+        <% if (!showForgottenPasswordAction) { %>
             <p><pwm:display key="Display_RecoverPasswordChoices"/></p>
         <% } else { %>
             <p><pwm:display key="Display_RecoverMinLifetimeChoices"/></p>
@@ -64,7 +64,7 @@
                     &nbsp;
                 </td>
             </tr>
-            <% if (showForgottenPasswordAction) { %>
+            <% if (!showForgottenPasswordAction) { %>
             <tr>
                 <td>
                     <form action="<pwm:current-url/>" method="post" enctype="application/x-www-form-urlencoded" name="search">