Files
talk/services/email/email-confirm.html.ejs
T
2017-03-27 12:43:03 -06:00

4 lines
305 B
Plaintext

<p>A email confirmation has been requested for the following account: <b><%= email %></b>.</p>
<p>To confirm the account, please visit the following link: <a href="<%= rootURL %>/admin/confirm-email#<%= token %>">Confirm Email</a></p>
<p>If you did not request this, you can safely ignore this email.</p>