nicer signup confirmation email
This commit is contained in:
parent
7edeb2388f
commit
ec7e89f757
3 changed files with 28 additions and 5 deletions
|
@ -1,12 +1,16 @@
|
|||
<p>Hi,</p>
|
||||
<p>Hi there!</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>If this is you, welcome! Please click the link below to confirm that account and read on for more information about OpenStreetMap</p>
|
||||
|
||||
<p><a href="<%= @url %>"><%= @url %></a></p>
|
||||
|
||||
<p>You can watch an introductory video to OpenStreetMap <a href="http://showmedo.com/videos/video?name=1800000&fromSeriesID=180">video here</a>. There are more <a href="http://showmedo.com/videos/series?name=mS2P1ZqS6">videos here</a>.
|
||||
|
||||
Get reading about OpenStreetMap <a href="http://wiki.openstreetmap.org/wiki/Beginners%27_Guide">on the wiki</p> or <a href="http://www.opengeodata.org/">the opengeodata blog</a> which has <a href="http://www.opengeodata.org/?cat=13">podcasts to listen to</a> also!
|
||||
|
||||
<p>You may also want to <a href="http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page">sign up to the OpenStreetMap wiki</a>.</p>
|
||||
|
||||
<p>It is recommended that you create a user wiki page, which includes category tags noting where you are, such as <a href="http://wiki.openstreetmap.org/index.php/Category:Users_in_London">[[Category:Users_in_London]]</a>.</p>
|
||||
|
|
|
@ -1,15 +1,32 @@
|
|||
Hi,
|
||||
Hi there!
|
||||
|
||||
Someone (hopefully you) would like to create an account over at
|
||||
<%= SERVER_URL %>
|
||||
|
||||
If this is you, please click the link below to confirm that account.
|
||||
If this is you, welcome! Please click the link below to confirm that
|
||||
account and read on for more information about OpenStreetMap.
|
||||
|
||||
<%= @url %>
|
||||
|
||||
You can watch an introductory video to OpenStreetMap here:
|
||||
|
||||
http://showmedo.com/videos/video?name=1800000&fromSeriesID=180
|
||||
|
||||
There are more videos here:
|
||||
|
||||
http://showmedo.com/videos/series?name=mS2P1ZqS6
|
||||
|
||||
Get reading about OpenStreetMap on the wiki:
|
||||
|
||||
http://wiki.openstreetmap.org/wiki/Beginners%27_Guide
|
||||
|
||||
OpenGeoData.org is OpenStreetMap's blog, and it has podcasts too:
|
||||
|
||||
http://www.opengeodata.org/
|
||||
|
||||
You may also want to sign up to the OpenStreetMap wiki at:
|
||||
|
||||
http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page
|
||||
http://wiki.openstreetmap.org/index.php?title=Special:Userlogin&type=signup&returnto=Main_Page
|
||||
|
||||
It is recommended that you create a user wiki page, which includes
|
||||
category tags noting where you are, such as [[Category:Users_in_London]].
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
<p>Press the confirm button below to activate your account.</p>
|
||||
|
||||
<!-- FIXME this is deeply fucked up that the confirmation page should then get you to add a button -->
|
||||
|
||||
<form method="post">
|
||||
<input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
|
||||
<input type="submit" name="confirm_action" value="Confrm">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue