]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/confirm_email.rhtml
Allow users to change their email address. Closes #546.
[rails.git] / app / views / user / confirm_email.rhtml
diff --git a/app/views/user/confirm_email.rhtml b/app/views/user/confirm_email.rhtml
new file mode 100644 (file)
index 0000000..785297e
--- /dev/null
@@ -0,0 +1,8 @@
+<h1>Confirm a change of email address</h1>
+
+<p>Press the confirm button below to confirm your new email address.</p>
+
+<form method="post">
+<input type="hidden" name="confirm_string" value="<%= params[:confirm_string] %>">
+<input type="submit" name="confirm_action" value="Confrm">
+</form>