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.