-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NDS-467: Account approval changes (#119)
* Added post email verification message indicating duration of view. * Updated message * Fixed typo * Fixed anonymous field name
- Loading branch information
1 parent
e4fb97b
commit 6bdbf86
Showing
5 changed files
with
78 additions
and
11 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
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
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
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
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,23 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
<html> | ||
<body> | ||
<p> | ||
Hello {{.Name}}, | ||
<br/><br/> | ||
|
||
Thank you for verifying your email address. <br/><br/> | ||
|
||
Your registration request will be reviewed by the NDS Labs team. You should hear back from us within 7 days. | ||
Please feel free to contact us at the email address below with any questions. | ||
|
||
<br/> | ||
<br/> | ||
Sincerely,<br> | ||
NDS Labs team<br> | ||
{{.SupportEmail}}<br> | ||
</p> | ||
|
||
</body> | ||
</html> | ||
|