X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1df4234c72c9a8b6f4c996c7019ea8f10145dc87..bbf30e76e4bfcd70e62fc84ecd32c5e494506e9e:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 881750c36..c20f3526c 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -6,7 +6,6 @@ <%= t 'user.new.display name' %> <%= f.text_field :display_name %> - <%= t 'user.account.current email address' %> <%= @user.email %> <%= t 'user.account.email never displayed publicly' %> @@ -26,6 +25,10 @@ <%= t 'user.new.confirm password' %> <%= f.password_field :pass_crypt_confirmation, {:value => '', :size => 30, :maxlength => 255} %> + + <%= t 'user.account.openid.openid' %> + <%= f.text_field :openid_url %> (<%= t 'user.account.openid.link text' %>) + <%= t 'user.account.public editing.heading' %>