From f04b7324a48bd64a9126328cdc90f42ece56965b Mon Sep 17 00:00:00 2001 From: "Ao Liu (frankliuao)" Date: Thu, 23 May 2024 10:50:48 -0500 Subject: [PATCH 1/3] Modify the register form to assume DUA consent. --- fence/templates/register_user.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fence/templates/register_user.html b/fence/templates/register_user.html index e92bb7953..395a0bbed 100644 --- a/fence/templates/register_user.html +++ b/fence/templates/register_user.html @@ -15,7 +15,7 @@

{% block title %}Register{% endblock %}

{% block content %}
-

Register in order to get access to download data

+

Register* in order to get access to download data

{{ form.csrf_token }} +

By registering and submitting this form, you hereby acknowledge and consent to be bound by our terms and conditions, and our data use agreement (DUA), both of which can be found on our main website, or on our data access portal.

{% endblock %} From aba6f46092501adef2da389a1fa306f8034bd566 Mon Sep 17 00:00:00 2001 From: "Ao Liu (frankliuao)" Date: Thu, 23 May 2024 12:57:53 -0500 Subject: [PATCH 2/3] Add href to DUA generic link --- fence/templates/register_user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fence/templates/register_user.html b/fence/templates/register_user.html index 395a0bbed..7cc0edf8c 100644 --- a/fence/templates/register_user.html +++ b/fence/templates/register_user.html @@ -30,7 +30,7 @@

Register* in order to get access to download data

-

By registering and submitting this form, you hereby acknowledge and consent to be bound by our terms and conditions, and our data use agreement (DUA), both of which can be found on our main website, or on our data access portal.

+

By registering and submitting this form, you hereby acknowledge and consent to be bound by our terms and conditions, and our data use agreement (DUA), both of which can be found on our main website, or on our data access portal.

{% endblock %} From 3ef18799532305dca044ad3649c55c5ffad7a57a Mon Sep 17 00:00:00 2001 From: "Ao Liu (frankliuao)" Date: Thu, 23 May 2024 15:27:02 -0500 Subject: [PATCH 3/3] Editing wording and agreement location --- fence/templates/register_user.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fence/templates/register_user.html b/fence/templates/register_user.html index 7cc0edf8c..2a5a0ad31 100644 --- a/fence/templates/register_user.html +++ b/fence/templates/register_user.html @@ -15,7 +15,7 @@

{% block title %}Register{% endblock %}

{% block content %}
-

Register* in order to get access to download data

+

Register in order to get access to download data

{{ form.csrf_token }}
  • {{ form.firstname.label }} {{ form.firstname }}
  • @@ -29,8 +29,8 @@

    Register* in order to get access to download data

    {% endif %}
+

By registering and submitting this form, you hereby acknowledge and consent to be bound by our data use agreement (DUA).


-

By registering and submitting this form, you hereby acknowledge and consent to be bound by our terms and conditions, and our data use agreement (DUA), both of which can be found on our main website, or on our data access portal.

{% endblock %}