X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..17a7c69e8dfefb5dda2a9f57d6ea3c879d4568f4:/app/views/user/account.html.erb diff --git a/app/views/user/account.html.erb b/app/views/user/account.html.erb index 15a8f6827..99d0f216e 100644 --- a/app/views/user/account.html.erb +++ b/app/views/user/account.html.erb @@ -5,7 +5,8 @@ <%= 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.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} %> + <%= 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' %> @@ -29,7 +30,7 @@
-

<%= submit_tag t('user.account.save changes button') %> +
<%= submit_tag t('user.account.save changes button') %>
@@ -38,13 +39,9 @@ <%= render :partial => 'friend_map' %> <% unless @user.data_public? %> -

Public editing

- Currently your edits are anonymous and people can't send you messages or see your location. To show what you edited and allow people to contact you through the website, click the button below. - Since the 0.6 API changeover, only public users can edit map data. (find out why).
- Your email address will not be revealed by becoming public.
- This action cannot be reversed and all new users are now public by default.
-

- <%= button_to t('user.account.make all my edits public button'), :action => :go_public %> +

<%= t 'user.account.public editing note.heading' %>

+<%= t 'user.account.public editing note.text' %> + <%= button_to t('user.account.make edits public button'), :action => :go_public %> <% end %>