Skip to content

Commit

Permalink
clearer email is username
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Jan 18, 2024
1 parent 959a4df commit 750593d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/registration/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $('#basic').alpaca({
},
'email': {
'type': 'string',
'title': 'Contact Email',
'title': 'Contact Email (and Username)',
'format': 'email',
'required': true,
},
Expand Down
5 changes: 4 additions & 1 deletion apps/registration/registration_success.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
<section id="main" class="wrapper" style="padding: 1em 3em 3em 3em;">
<h1>Welcome</h1>
<div>
<p> Welcome to the HTT project! Your login username is your email<span style="font-weight: bold;" id="email_address"></span>. You should receive an email at the address used in registration with instructions on how to set your password. <br /> 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. <br />
<p>Welcome to the HTT project!</p>
<p>Your login username is your email: <span style="font-weight: bold;" id="email_address"></span>.</p>
<p>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.</p>
<p>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. <br />
<br /> Please <a href="mailto:[email protected];[email protected];[email protected]?subject=HTT Registration Question">contact the administrative team</a> with any questions. <br />
<br /> Thank you for registering.
</p>
Expand Down

0 comments on commit 750593d

Please sign in to comment.