X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c8ee1351049ef1bb4d7b50d071b2a96154266d1d..ff9f596cea152b43bdd3d0daf124eb59b459dada:/app/views/user/new.rhtml diff --git a/app/views/user/new.rhtml b/app/views/user/new.rhtml index 823dccf52..a19582fa4 100644 --- a/app/views/user/new.rhtml +++ b/app/views/user/new.rhtml @@ -28,17 +28,17 @@ <% form_tag :action => 'save' do %>
Email Address : | <%= text_field('user', 'email',{:size => 50, :maxlength => 255}) %> |
Confirm Email Address : | <%= text_field('user', 'email_confirmation',{:size => 50, :maxlength => 255}) %> |
Email Address : | <%= text_field('user', 'email',{:size => 50, :maxlength => 255, :tabindex => 1}) %> |
Confirm Email Address : | <%= text_field('user', 'email_confirmation',{:size => 50, :maxlength => 255, :tabindex => 2}) %> |
Not displayed publicly (see privacy policy) | |
Display Name : | <%= text_field('user', 'display_name',{:size => 30, :maxlength => 255}) %> |
Display Name : | <%= text_field('user', 'display_name',{:size => 30, :maxlength => 255, :tabindex => 3}) %> |
Password : | <%= password_field('user', 'pass_crypt',{:size => 30, :maxlength => 255}) %> |
Confirm Password : | <%= password_field('user', 'pass_crypt_confirmation',{:size => 30, :maxlength => 255}) %> |
Password : | <%= password_field('user', 'pass_crypt',{:size => 30, :maxlength => 255, :tabindex => 4}) %> |
Confirm Password : | <%= password_field('user', 'pass_crypt_confirmation',{:size => 30, :maxlength => 255, :tabindex => 5}) %> |