From 3a04693550c3679f68b983bd6b36ad4c4128b56d Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 25 Jan 2024 10:04:23 -0600 Subject: [PATCH 1/3] Update confirmation email copy --- .../devise/mailer/confirmation_instructions.html.erb | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb index dc55f64f6..8ad1de27b 100644 --- a/app/views/devise/mailer/confirmation_instructions.html.erb +++ b/app/views/devise/mailer/confirmation_instructions.html.erb @@ -1,5 +1,9 @@ -

Welcome <%= @email %>!

- -

You can confirm your account email through the link below:

+

Welcome to the Zooniverse, <%= @email %>!

+

Please confirm your account email by clicking the link below:

<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>

+ +While you are able to login and classify within projects, you will not be able to post on Talk discussion forums until you verify your email account. + +Thanks! +The Zooniverse Team From c8becb19f636d3beec7f80e85f8b1f52029f7c0e Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 25 Jan 2024 11:04:50 -0600 Subject: [PATCH 2/3] Update app/views/devise/mailer/confirmation_instructions.html.erb Co-authored-by: Cliff Johnson --- app/views/devise/mailer/confirmation_instructions.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb index 8ad1de27b..99358346e 100644 --- a/app/views/devise/mailer/confirmation_instructions.html.erb +++ b/app/views/devise/mailer/confirmation_instructions.html.erb @@ -3,7 +3,7 @@

Please confirm your account email by clicking the link below:

<%= link_to 'Confirm my account', confirmation_url(@resource, confirmation_token: @token) %>

-While you are able to login and classify within projects, you will not be able to post on Talk discussion forums until you verify your email account. +

While you are able to login and classify within projects, you will not be able to post on Talk discussion forums until you verify your email account.

Thanks! The Zooniverse Team From 94489072adc7fca982b6518810f5224e085b7e3d Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Thu, 25 Jan 2024 11:04:55 -0600 Subject: [PATCH 3/3] Update app/views/devise/mailer/confirmation_instructions.html.erb Co-authored-by: Cliff Johnson --- app/views/devise/mailer/confirmation_instructions.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/devise/mailer/confirmation_instructions.html.erb b/app/views/devise/mailer/confirmation_instructions.html.erb index 99358346e..b81bba1b6 100644 --- a/app/views/devise/mailer/confirmation_instructions.html.erb +++ b/app/views/devise/mailer/confirmation_instructions.html.erb @@ -5,5 +5,5 @@

While you are able to login and classify within projects, you will not be able to post on Talk discussion forums until you verify your email account.

-Thanks! -The Zooniverse Team +

Thanks!
+The Zooniverse Team