From 750593d41022498783bc308668b387a0ae9f5802 Mon Sep 17 00:00:00 2001 From: Birm Date: Thu, 18 Jan 2024 15:14:23 -0500 Subject: [PATCH] clearer email is username --- apps/registration/registration.js | 2 +- apps/registration/registration_success.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/registration/registration.js b/apps/registration/registration.js index a0005c792..e6f0429e7 100644 --- a/apps/registration/registration.js +++ b/apps/registration/registration.js @@ -125,7 +125,7 @@ $('#basic').alpaca({ }, 'email': { 'type': 'string', - 'title': 'Contact Email', + 'title': 'Contact Email (and Username)', 'format': 'email', 'required': true, }, diff --git a/apps/registration/registration_success.html b/apps/registration/registration_success.html index 0df3e39dd..654cb87b4 100644 --- a/apps/registration/registration_success.html +++ b/apps/registration/registration_success.html @@ -19,7 +19,10 @@

Welcome

-

Welcome to the HTT project! Your login username is your email. You should receive an email at the address used in registration with instructions on how to set your password.
Initially, this account will have limited "public" access. Then, an HTT administrator will assign you to an updated role and email you about next steps.
+

Welcome to the HTT project!

+

Your login username is your email: .

+

You should receive an email at the address above with a link and instructions on how to set your password. The link will expire in 24 hours.

+

Initially, this account will have limited "public" access. Then, an HTT administrator will assign you to an updated role and email you about next steps.

Please contact the administrative team with any questions.

Thank you for registering.