By: Chris Davenport user 08 Nov 2018 at 8:43 a.m. CST

3 Responses
Chris Davenport gravatar
We're using a customised passwordReminder.xhtml page. If the user enters a known email address the page reloads with the "Please Check your Email for Password Reset Link" message, but if the user enters an unknown email address the page reloads without showing any message at all. From my reading of the code I believe it should show the language string person.passwordreset.letterNotSent which we can override in our custom oxtrust_en.properties, but this isn't happening and I can't see why. Any idea what I might be doing wrong?

By Thomas Gasmyr Mougang staff 14 Nov 2018 at 3:23 p.m. CST

Thomas Gasmyr Mougang gravatar
Hi Chris, > Any idea what I might be doing wrong? Everything is working as expected. For security reason we decided to show the notification message only if the email is found in our database. Another user complaint about that too, so in future release we are going to show the message **Please Check your Email for Password Reset Link** for both cases.

By Thomas Gasmyr Mougang staff 20 Nov 2018 at 6:36 a.m. CST

Thomas Gasmyr Mougang gravatar
Hi Chris, This is now fixed in 3.1.5. Thanks.

By Chris Davenport user 22 Nov 2018 at 3:38 a.m. CST

Chris Davenport gravatar
Thank you.