Skip to content

Commit

Permalink
edit verification email
Browse files Browse the repository at this point in the history
  • Loading branch information
adic2023 committed Oct 3, 2023
1 parent b0aa3c6 commit 2fdf5ed
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions emailTemplates/verification.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<head> </head>
<body>
<p>Hi there!</p>
<!-- <p>Your SCCS account has been created! Your username is: <strong>${username}</strong>.</p>
<p>You are receiving this message to verify the email associated with your new SCCS account! Your username is: <strong>${username}</strong>.</p>
<p>
To access SCCS services, set your password by using
To access SCCS services, confirm your email by clicking:
<!-- insert link with proper id and key -->
<a href="${domain}/account/reset?id=${resetId}&key=${resetKey}">this link</a>. Or, copy and
paste this link into your browser:
</p>
Expand All @@ -15,8 +16,8 @@
</p>
<p>
Enjoy your new SCCS account! We hope you'll find our services useful. If you have any
questions, comments, or suggestions, feel free to contact us at
questions, comments, or suggestionsx, feel free to contact us at
<a href="mailto:[email protected]">[email protected]</a>
</p> -->
</p>
</body>
</html>

0 comments on commit 2fdf5ed

Please sign in to comment.