Provide both HTML and plain text versions of account confirmation and

password reset emails to try and avoid problems with link truncation.
This commit is contained in:
Tom Hughes 2007-09-26 23:01:11 +00:00
parent 3db4ac9a8e
commit e5018d8f08
6 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<p>Hi,</p>
<p>Someone (possibly you) has asked for the password to be reset on this
email addresses openstreetmap.org account.</p>
<p>If this is you, please click the link below to reset your password.</p>
<p><a href="<%= @url %>"><%= @url %></a></p>

View file

@ -0,0 +1,3 @@
<p>Hi,</p>
<p>Your password has been reset to <%= @pass %></p>

View file

@ -0,0 +1,8 @@
<p>Hi,</p>
<p>Someone (hopefully you) would like to create an account over at
<%= SERVER_URL %>.</p>
<p>If this is you, please click the link below to confirm that account.</p>
<p><a href="><%= @url %>"><%= @url %></a></p>