X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f699368335694f663755c7f714a1ac358bc679cb..bbc62406b588221adcbdda71fd167ee3c666c253:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index 6cac5cecb..19849952b 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -1,64 +1,96 @@ - - -
<%= t 'user.login.please login', :create_user_link => link_to(t('user.login.create_account'), :controller => 'user', :action => 'new', :referer => params[:referer]) %>
- -<% form_tag :action => 'login' do %> + +<%= t 'user.login.email or username' %> | <%= text_field('user', 'email',{:value => "", :size => 28, :maxlength => 255, :tabindex => 1}) %> |
<%= t 'user.login.password' %> | <%= password_field('user', 'password',{:value => "", :size => 28, :maxlength => 255, :tabindex => 2}) %> |
(<%= link_to t('user.login.lost password link'), :controller => 'user', :action => 'lost_password' %>) |
<%= t 'user.login.or' %>
-<%= t 'user.login.openid' %> | <%= text_field('user', 'openid_url',{:size => 28, :maxlength => 255, :tabindex => 3}) %> |
(<%= t 'user.account.openid.link text' %>) |
<%= t 'user.login.no account' %> <%= link_to t('user.login.register now'), :action => :new, :referer => params[:referer] %>
+