X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d6d0a2b1a61a0326bbb8eb3392e48b448ffa8d4f..d36fab2913d10bef4eae2cee7c34875f20311af9:/app/views/user/account.html.erb
diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb
index 85e9aebef..badcc1249 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, :autocomplete => :off} %> |
+
+ <%= t 'user.account.openid.openid' %> |
+ <%= f.text_field :openid_url %> (<%= t 'user.account.openid.link text' %>) |
+
<%= t 'user.account.public editing.heading' %> |