Skip to content

Commit

Permalink
Fixed #27
Browse files Browse the repository at this point in the history
  • Loading branch information
otataryn1 committed Feb 13, 2015
1 parent f2d2811 commit dec0367
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
+ "and follow instructions there.\n\n"
+ "If you have not requested password reset for %2$s identity server please ignore this email.\n\n"
+ "Kind regards,\n"
+ "%1$s Identity Server Support";
+ "%2$s Identity Server Support";

@Logger
private Log log;
Expand Down
3 changes: 2 additions & 1 deletion server/src/main/webapp/person/passwordReminder.page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

<navigation from-action="#{passwordReminderAction.requestReminder}">
<rule if-outcome="success">
<redirect>
<end-conversation />
<redirect view-id="/home.xhtml">
<message severity="ERROR">We have sent a letter with password reset instructions to the specified email.</message>
</redirect>
</rule>
Expand Down
5 changes: 0 additions & 5 deletions server/src/main/webapp/person/passwordReminder.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<rich:panel rendered="#{not identity.loggedIn}">

<f:facet name="header">Reset Password Form</f:facet>

<h:messages id="messages" globalOnly="true" styleClass="message"
errorClass="errormsg" infoClass="infomsg" warnClass="warnmsg"
rendered="#{showGlobalMessages != 'false'}"/>

<div class="dialog">
<h:panelGrid columns="2" rowClasses="prop" columnClasses="name,value" width="1000">
<h:outputLabel for="email">Enter your email</h:outputLabel>
Expand Down

0 comments on commit dec0367

Please sign in to comment.