simplify email text

This commit is contained in:
Riley Davis
2017-01-31 12:08:59 -07:00
parent e63e1f3428
commit 3d83c246f7
+1 -1
View File
@@ -1,3 +1,3 @@
<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 %>">http://example.com/email/confirm/endpoint#<%= token %></a></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>