From ffaca51d3602cdaef7ee8eeab71545965a922d8a Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sat, 11 Nov 2023 15:11:34 -0600 Subject: [PATCH] spam inbox check comment for password reset --- app/password_reset.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/password_reset.rb b/app/password_reset.rb index aa5a9550..7312a839 100644 --- a/app/password_reset.rb +++ b/app/password_reset.rb @@ -42,7 +42,7 @@ the Neocities Cat end end - flash[:success] = 'If your email was valid (and used by a site), the Neocities Cat will send an e-mail to your account with password reset instructions.' + flash[:success] = "We sent an e-mail with password reset instructions. Check your spam folder if you don't see it in your inbox." redirect '/' end