From eb67122771ab3766160ec577457ec8392762fd80 Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Thu, 17 Oct 2019 21:38:00 +0300 Subject: [PATCH] Add spam text for pw recovery --- app/views/users/forgot.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/users/forgot.html.erb b/app/views/users/forgot.html.erb index 1d81503..5a07d67 100644 --- a/app/views/users/forgot.html.erb +++ b/app/views/users/forgot.html.erb @@ -1,6 +1,7 @@

Password Recovery

If you do not receive your new password by email, please see the guide here.

+

Make sure to check your SPAM folder, as many times the mail ends up there.

<%= form_tag({ controller: 'users', action: 'forgot' }, { class: 'square' }) do %>