From 3d8aafaa9d3aa62890966af041dc05822be15716 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Tue, 27 Feb 2024 08:33:14 +0100 Subject: [PATCH] app: Improve the email reset message --- app/src/components/reset_password_step1.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/components/reset_password_step1.rs b/app/src/components/reset_password_step1.rs index 57519ca..30b7945 100644 --- a/app/src/components/reset_password_step1.rs +++ b/app/src/components/reset_password_step1.rs @@ -104,7 +104,11 @@ impl Component for ResetPasswordStep1Form { { if self.just_succeeded { html! { - {"A reset token has been sent to your email."} + {"If a user with this username or email exists, a password reset email will \ + be sent to the associated email address. Please check your email and \ + follow the instructions. If you don't receive an email, please check \ + your spam folder. If you still don't receive an email, please contact \ + your administrator."} } } else { html! {