X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/735493837b036f5609f42a363c7f58f04525194c..799bbc3d9fececc84b3940d8a9cb8681551a9ec0:/app/views/user/new.html.erb
diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb
index e7aa9313d..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}) %> |
- | <%= 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 %>