You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
423 B
12 lines
423 B
Welcome
|
|
<!---------------->
|
|
<html>
|
|
<p>
|
|
Thank you for creating an account at <a href="{{url}}/">{{url}}</a>. Before you can login with your new account, you must verify this email address by clicking the link below.
|
|
<br>
|
|
<br>
|
|
<a href="{{url}}/#/verify-email/?userId={{user_id}}&token={{token}}">
|
|
Verify Email Address Now</a>
|
|
</p>
|
|
<p>If you did not request to create an account, you can safely ignore this email.</p>
|
|
</html>
|
|
|