Force new users to enter their email address twice to try and avoid so

many incorrect email addresses with typos in...
This commit is contained in:
Tom Hughes 2007-11-25 12:38:48 +00:00
parent f09b16cade
commit cb330ffd7a
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ By creating an account, you agree that all work uploaded to openstreetmap.org an
<% form_tag :action => 'save' do %>
<table>
<tr><td>Email Address</td><td><%= text_field('user', 'email',{:size => 50, :maxlength => 255}) %></td></tr>
<tr><td>Confirm Email Address</td><td><%= text_field('user', 'email_confirmation',{:size => 50, :maxlength => 255}) %></td></tr>
<tr><td>Display Name</td><td><%= text_field('user', 'display_name',{:size => 50, :maxlength => 255}) %></td></tr>
<tr><td>Password</td><td><%= password_field('user', 'pass_crypt',{:size => 50, :maxlength => 255}) %></td></tr>
<tr><td>Confirm Password</td><td><%= password_field('user', 'pass_crypt_confirmation',{:size => 50, :maxlength => 255}) %></td></tr>