diff --git a/lib/plausible_web/templates/auth/password_reset_request_success.html.eex b/lib/plausible_web/templates/auth/password_reset_request_success.html.eex index df28d6659..a3bde0d4f 100644 --- a/lib/plausible_web/templates/auth/password_reset_request_success.html.eex +++ b/lib/plausible_web/templates/auth/password_reset_request_success.html.eex @@ -1,17 +1,20 @@

Success!

- We have sent an email with password reset instructions to <%= @email %> if it exists in our database. To protect your account's security, we cannot confirm whether or not the email address you entered is registered in our database. + We've sent an email containing password reset instructions to <%= @email %> if it's registered in our system.
- Didn't receive an email within a few minutes? + Didn't receive the email within a few minutes?
- You might have used a wrong email address. Please check what email address you used to create your Plausible account and try to reset the password for that address. Do also check your spam folder. + You might have used an email address that's not registered in our database. Please verify the email address associated with your Plausible account and attempt the password reset once more. +
+
<%= if Application.get_env(:plausible, :is_selfhost) do %> - If you are positive that you are using the correct email address but still aren't receiving the password reset email, please ask on our community-supported forum. + Certain that you're using the correct email address but still aren't receiving the password reset email? Please check your spam folder or ask on our community-supported forum. <% else %> - If you are positive that you are using the correct email address but still aren't receiving the password reset email, please contact us. + Certain that you're using the correct email address but still aren't receiving the password reset email? Please check your spam folder or contact us. <% end %> +