Allow users to change their email address. Closes #546.

This commit is contained in:
Tom Hughes 2008-08-13 11:39:33 +00:00
parent f8367c3ee1
commit 64ecd02f0b
7 changed files with 83 additions and 11 deletions

View file

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

View file

@ -0,0 +1,8 @@
Hi,
Someone (hopefully you) would like to change their email address over at
<%= SERVER_URL %> to <%= @address %>.
If this is you, please click the link below to confirm the change.
<%= @url %>