From ffbb0d63c1ba690f2f3bb06379b6bb3864ebe994 Mon Sep 17 00:00:00 2001
From: Jon Walz
Date: Fri, 11 Aug 2023 14:44:41 -0400
Subject: [PATCH] [ENG-4564] GFS / Update Registration emails (#10429)
* Registration email updates for GFS Admins
* Update sign-off for admin emails
---
.../emails/pending_embargo_admin.html.mako | 37 ++++++++++++++++---
.../pending_registration_admin.html.mako | 33 +++++++++++++++--
2 files changed, 62 insertions(+), 8 deletions(-)
diff --git a/website/templates/emails/pending_embargo_admin.html.mako b/website/templates/emails/pending_embargo_admin.html.mako
index 0f677bebfd8..3efc6b44e56 100644
--- a/website/templates/emails/pending_embargo_admin.html.mako
+++ b/website/templates/emails/pending_embargo_admin.html.mako
@@ -35,23 +35,50 @@
To cancel this embargoed registration: Click here.
- Note: If any admin clicks their cancel link, the submission will be cancelled immediately, and the
- pending registration will be reverted to draft state to revise and resubmit. This operation is irreversible.
+ % if not reviewable.provider or reviewable.provider._id != 'gfs':
+ Note: If any admin clicks their cancel link, the submission will be canceled immediately, and the
+ pending registration will be reverted to draft state to revise and resubmit. This operation is irreversible.
+ % else:
+ Please note:
+
+ -
+ If any admin clicks their cancel link, the submission will be cancelled immediately, and the
+ pending registration will be reverted to draft state to revise and resubmit. This operation is irreversible.
+
+ -
+ You are an administrator on a registration submitted to the GFS registry, by approving this registration submission
+ (or allowing 48 hours to pass) you agree to receive communications from COS staff about the registration, study data,
+ and your experience with the GFS project. Your personal information will not be shared beyond COS staff with
+ the explicit purpose of communication regarding access to GFS study data.
+
+ -
+ By rejecting this registration submission you are thereby not agreeing to receive communications about the
+ registration, study data, and your experience with the GFS project.
+
+ -
+ If you do not feel comfortable agreeing to these terms to gain access to the GFS study data, you may contact
+ globalflourishing@cos.io to discuss your concerns.
+
+ % endif
% if not reviewable.branched_from_node:
An OSF Project was created from
- this registration to support continued collaboration and sharing of your research.
+ this registration to support continued collaboration and sharing of your research.
This project will remain available even if your registration is rejected.
You will be automatically subscribed to notification emails for this project. To change your email notification
preferences, visit your project or your user settings:
- ${settings.DOMAIN}settings/notifications
+ ${settings.DOMAIN}settings/notifications
% endif
Sincerely yours,
- The OSF Robots
+ % if not reviewable.provider or reviewable.provider._id != 'gfs':
+ The OSF Team
+ % else:
+ COS and Global Flourishing Study
+ % endif
%def>
diff --git a/website/templates/emails/pending_registration_admin.html.mako b/website/templates/emails/pending_registration_admin.html.mako
index 3a45ad14f23..037e56b17fc 100644
--- a/website/templates/emails/pending_registration_admin.html.mako
+++ b/website/templates/emails/pending_registration_admin.html.mako
@@ -33,8 +33,31 @@
To cancel this registration: Click here.
- Note: If any admin clicks their cancel link, the submission will be cancelled immediately, and the
- pending registration will be reverted to draft state to revise and resubmit. This operation is irreversible.
+ % if not reviewable.provider or reviewable.provider._id != 'gfs':
+ Note: If any admin clicks their cancel link, the submission will be canceled immediately, and the
+ pending registration will be reverted to draft state to revise and resubmit. This operation is irreversible.
+ % else:
+ Please note:
+
+ -
+ If any admin clicks their cancel link, the submission will be cancelled immediately, and the
+ pending registration will be reverted to draft state to revise and resubmit. This operation is irreversible.
+
+ -
+ You are an administrator on a registration submitted to the GFS registry, by approving this registration submission
+ (or allowing 48 hours to pass) you agree to receive communications from COS staff about the registration, study data,
+ and your experience with the GFS project. Your personal information will not be shared beyond COS staff with
+ the explicit purpose of communication regarding access to GFS study data.
+
+ -
+ By rejecting this registration submission you are thereby not agreeing to receive communications about the
+ registration, study data, and your experience with the GFS project.
+
+ -
+ If you do not feel comfortable agreeing to these terms to gain access to the GFS study data, you may contact
+ globalflourishing@cos.io to discuss your concerns.
+
+ % endif
% if not reviewable.branched_from_node:
@@ -50,6 +73,10 @@
% endif
Sincerely yours,
- The OSF Robots
+ % if not reviewable.provider or reviewable.provider._id != 'gfs':
+ The OSF Team
+ % else:
+ COS and Global Flourishing Study
+ % endif
%def>