X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/501adefb3b6d434824fb3f67c47a6cc271e962cf..3851a672e25fd5a29c14b7501404e9a608d67aaa:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index a0a8fa880..e4fa87cc1 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -3,7 +3,8 @@ <% form_for :user, @user do |f| %>
<%= t 'user.new.display name' %> | <%= f.text_field :display_name %> |
<%= t 'user.new.email address' %> | <%= f.text_field :email, {:size => 50, :maxlength => 255} %> <%= t 'user.account.email never displayed publicly' %> |
<%= t 'user.account.current email address' %> | <%= @user.email %> <%= t 'user.account.email never displayed publicly' %> |
<%= t 'user.account.new email address' %> | <%= f.text_field :new_email, {:size => 50, :maxlength => 255} %> <%= t 'user.account.email never displayed publicly' %> |
<%= t 'user.new.password' %> | <%= f.password_field :pass_crypt, {:value => '', :size => 30, :maxlength => 255} %> |
<%= t 'user.new.confirm password' %> | <%= f.password_field :pass_crypt_confirmation, {:value => '', :size => 30, :maxlength => 255} %> |