Skip to content

Commit

Permalink
Adding welcome template
Browse files Browse the repository at this point in the history
Forgot that I needed to add the welcome template file! Adding :)
  • Loading branch information
nataliejschultz committed Dec 19, 2023
1 parent 9b37c3c commit e148c83
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/wyoming.nrel-op.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@
"data_trajectories_columns_exclude": ["user_id"]
}
}

32 changes: 32 additions & 0 deletions email_automation/welcome-template.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<html>
<head></head>
<body>
<h1>Welcome to OpenPATH!</h1>
<p> Thank you for joining the OpenPATH project.<br>
<br>
<strong>Your admin dashboard can be found at:</strong> <br>
<br>
<a href='https://<filename>-openpath.nrel.gov/admin/'>
https://<filename>-openpath.nrel.gov/admin/</a>.<br>
<br>
An account has been created for you with AWS Cognito. Please log in and change your
temporary password:<br>
<br>
Username: {username}
Temporary Password: {####}
<br>
<br>
The login to the admin dashboard uses 2-factor authentication. You will have to install an authenticator app (e.g. Microsoft Authenticator, Google Authenticator) to receive One Time Passcodes (OTP) every time you want to log in. This is a requirement from NREL cyber to ensure that the data access to individual user information is secure.<br>
<br>
For the specified date range, you can download trip, user and trajectory tables as csv and view aggregate origin-destination points in the maps. <map_trip_lines> <br>
<br>
<columns_exclude>

Please let us know if you have any problems with signing in.<br>
<br>
Thank you,<br>
<br>
NREL's OpenPATH Team
</p>
</body>
</html>

0 comments on commit e148c83

Please sign in to comment.