From 2f9820276e69f960b06c4372b928f4dd3a535884 Mon Sep 17 00:00:00 2001 From: RyanTG Date: Fri, 20 Dec 2024 14:43:10 -0800 Subject: [PATCH] note about whitelisting on various devise things --- app/views/devise/confirmations/new.html.erb | 2 +- app/views/devise/passwords/new.html.erb | 2 +- app/views/devise/registrations/new.html.erb | 2 +- config/locales/devise.en.yml | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/devise/confirmations/new.html.erb b/app/views/devise/confirmations/new.html.erb index b6a36908..1def2100 100644 --- a/app/views/devise/confirmations/new.html.erb +++ b/app/views/devise/confirmations/new.html.erb @@ -10,7 +10,7 @@ <%= f.input :login, :required => true, :autofocus => true, as: :string %> -
If you don't receive the email, check your SPAM folder! And if it's not in there, then contact us.
+
If you don't receive the email, whitelist admin@pinballmap.com and try again, and check your spam folder.
<%= f.button :submit, "Submit" %> diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb index 8100fbe7..b75f3f18 100644 --- a/app/views/devise/passwords/new.html.erb +++ b/app/views/devise/passwords/new.html.erb @@ -9,7 +9,7 @@ <%= f.input :login, :required => true, :autofocus => true, as: :string %>
-
If you don't receive the email, check your SPAM folder! And if it's not in there, then contact us.
+
If you don't receive the email, whitelist admin@pinballmap.com and try again, and check your spam folder.
<%= f.button :submit, "Submit" %> diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index eeb2338a..79b9c731 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb @@ -28,7 +28,7 @@

Security Question (required)

<%= f.input :security_test, label: "What are we mapping on this site?" %>
-
If you don't receive a confirmation email, check your SPAM folder! And if it's not in there, then contact us.
+
If you don't receive the email, whitelist admin@pinballmap.com and try again, and check your spam folder.
<%= f.button :submit, "Submit" %>
diff --git a/config/locales/devise.en.yml b/config/locales/devise.en.yml index 2baa9633..00a4ae25 100644 --- a/config/locales/devise.en.yml +++ b/config/locales/devise.en.yml @@ -18,18 +18,18 @@ en: signed_in: 'Signed in successfully.' signed_out: 'Signed out successfully.' passwords: - send_instructions: 'Please check your email for the reset link. If you do not see it, check your SPAM folder!' + send_instructions: 'Please check your email for the reset link. If you do not see it, check your SPAM folder! Make sure that admin@pinballmap.com is whitelisted.' updated: 'Your password was changed successfully.' confirmations: - send_instructions: 'Please check your email and confirm your account. If you do not see it, check your SPAM folder!' + send_instructions: 'Please check your email and confirm your account. If you do not see it, check your SPAM folder! Make sure that admin@pinballmap.com is whitelisted.' confirmed: 'Your account was successfully confirmed.' registrations: - signed_up: 'You have signed up successfully. A confirmation email is being sent. If you do not see it, check your SPAM folder!' + signed_up: 'You have signed up successfully. A confirmation email is being sent. If you do not see it, check your SPAM folder! Make sure that admin@pinballmap.com is whitelisted.' updated: 'You updated your account successfully.' destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.' signed_up_but_unconfirmed: "Please confirm your account. A link has been emailed to you." unlocks: - send_instructions: 'Instructions have been sent to your email. If you do not see it, check your SPAM folder!' + send_instructions: 'Instructions have been sent to your email. If you do not see it, check your SPAM folder! Make sure that admin@pinballmap.com is whitelisted.' unlocked: 'Your account was successfully unlocked.' mailer: confirmation_instructions: