From: Kai Krueger Date: Sat, 1 May 2010 17:48:20 +0000 (+0100) Subject: Hide OpenID url on signup page to make it less confusing X-Git-Tag: live~6323 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/799bbc3d9fececc84b3940d8a9cb8681551a9ec0 Hide OpenID url on signup page to make it less confusing --- diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index 76c18595a..89a2ec458 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -1,27 +1,4 @@ - +<%= javascript_include_tag 'openID.js' %>

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

diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index ace79e446..ba068b6c3 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -1,3 +1,5 @@ +<%= javascript_include_tag 'openID.js' %> +

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

<% if Acl.find_by_address(request.remote_ip, :conditions => {:k => "no_account_creation"}) %> @@ -30,15 +32,21 @@   <%= 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}) %> - -   - <%= 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' %>   + 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' %> +   <% end %> +<% if @openID %> + +<% end %> + <%= javascript_include_tag 'https://ethnio.com/remotes/62786' %> <% end %>