X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c5fc21e6a6615646b3fa443b6fd12a80b4fef331..eeb9866d50e35b8f8b75e59aed582caba533778f:/app/views/user/new.html.erb diff --git a/app/views/user/new.html.erb b/app/views/user/new.html.erb index 6c89a7830..fcd775a48 100644 --- a/app/views/user/new.html.erb +++ b/app/views/user/new.html.erb @@ -1,10 +1,14 @@ +<% content_for :head do %> + <%= javascript_include_tag "user" %> +<% end %> + <% content_for :heading do %>

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

<% end %> -<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'signup-form-wrapper standard-form fillL col6 pad2' } do %> +<%= form_for :user, :url => { :action => 'create' }, :html => { :class => 'standard-form fillL col6 inner22' } do %> <%= hidden_field_tag('referer', h(@referer)) unless @referer.nil? %>
@@ -36,15 +40,16 @@ <%= t 'user.new.display name description' %>
-
+
- <%= url_field(:user, :openid_url, { :id => "openid_url", :tabindex => 4, :class => "openid_url" }) %> - <%= error_message_on(:user, :openid_url) %> + <%= select(:user, :auth_provider, Auth::PROVIDERS, { :default => "", :tabindex => 4 }) %> + <%= text_field(:user, :auth_uid, { :tabindex => 5 }) %> + <%= error_message_on(:user, :auth_uid) %>
- <%= t 'user.new.openid no password' %> + <%= t 'user.new.auth no password' %>
@@ -52,52 +57,26 @@ - <%= password_field(:user, :pass_crypt, {:tabindex => 5 }) %> + <%= password_field(:user, :pass_crypt, { :tabindex => 6 }) %> <%= error_message_on(:user, :pass_crypt) %>
- <%= password_field(:user, :pass_crypt_confirmation, { :tabindex => 6 }) %> + <%= password_field(:user, :pass_crypt_confirmation, { :tabindex => 7 }) %> <%= error_message_on(:user, :pass_crypt_confirmation) %>
-
- <%= link_to raw(t("user.new.use openid", :logo => openid_logo)), "#", :id => "openid_enable" %> +
+ <%= link_to raw(t("user.new.use external auth")), "#", :id => "auth_enable" %>
- <%= submit_tag t('user.new.continue'), :tabindex => 6 %> + <%= submit_tag t('user.new.continue'), :tabindex => 8 %> <% end %> -
+

<%= t 'user.new.about.header' %>

<%= t 'user.new.about.html' %>
- -