X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/799bbc3d9fececc84b3940d8a9cb8681551a9ec0..e21901176001a3c75e3bd2ce38f9158596859374:/app/views/user/new.html.erb diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index ba068b6c3..7ac168eba 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -1,5 +1,3 @@ -<%= javascript_include_tag 'openID.js' %> -

<%= t 'user.new.heading' %>

<% if Acl.find_by_address(request.remote_ip, :conditions => {:k => "no_account_creation"}) %> @@ -33,20 +31,20 @@ <%= t 'user.new.password' %><%= password_field('user', 'pass_crypt',{:size => 30, :maxlength => 255, :tabindex => 4}) %> <%= t 'user.new.confirm password' %><%= password_field('user', 'pass_crypt_confirmation',{:size => 30, :maxlength => 255, :tabindex => 5}) %>   - Associate an OpenID with your account - <%= t 'user.new.openID' %><%= text_field('user', 'openid_url',{:size => 50, :maxlength => 255, :tabindex => 6, :value => @openID, :class => "openid_url"}) %> - <%= t 'user.new.openID description' %> + <% if @openID %> + <%= t 'user.new.openID' %><%= text_field('user', 'openid_url',{:size => 50, :maxlength => 255, :tabindex => 6, :value => @openID, :class => "openid_url"}) %> + <%= t 'user.new.openID description' %> + <% else %> + <%= link_to_function(t 'user.new.openID associate') { |page| page.hide 'openid-prompt'; page.show 'openid-url', 'openid-note', 'openid-note-2' } %> + <%= t 'user.new.openID' %><%= text_field('user', 'openid_url',{:size => 50, :maxlength => 255, :tabindex => 6, :value => @openID, :class => "openid_url"}) %> + <%= t 'user.new.openID description' %> + <%= t 'user.new.openID nopassword' %> + <% end %>   <% end %> -<% if @openID %> - -<% end %> - <%= javascript_include_tag 'https://ethnio.com/remotes/62786' %> <% end %>