-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forgot that I needed to add the welcome template file! Adding :)
- Loading branch information
1 parent
9b37c3c
commit e148c83
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,3 +66,4 @@ | |
"data_trajectories_columns_exclude": ["user_id"] | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |