Files
talk/views/email/email-confirm.ejs
T
2017-01-31 12:08:59 -07: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>