X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/97978ceeb9047ec6894b822ca947a466c2462988..72b05157ae4d59177cd2fb667c42328b203374f1:/app/views/user/login.rhtml diff --git a/app/views/user/login.rhtml b/app/views/user/login.rhtml index 88d207a14..0422d2132 100644 --- a/app/views/user/login.rhtml +++ b/app/views/user/login.rhtml @@ -1,13 +1,13 @@ -

Login:


-Please login or <%= link_to 'create an account', :controller => 'user', :action => 'new' %>.
+

Login

-<%= start_form_tag :action => 'login' %> +

Please login or <%= link_to 'create an account', :controller => 'user', :action => 'new' %>.

+ +<% form_tag :action => 'login' do %> +<%= hidden_field_tag('referer', h(params[:referer])) %> - - + + + +
Login name<%= text_field('user', 'email',{:size => 50, :maxlength => 255}) %>
password:<%= password_field('user', 'password',{:size => 50, :maxlength => 255}) %>
Email Address or Username:<%= text_field('user', 'email',{:size => 50, :maxlength => 255, :tabindex => 1}) %>
Password:<%= password_field('user', 'password',{:size => 28, :maxlength => 255, :tabindex => 2}) %> (<%= link_to 'Lost your password?', :controller => 'user', :action => 'lost_password' %>)
 
<%= submit_tag 'Login', :tabindex => 3 %>
- -
- - -<%= end_form_tag %> (<%= link_to 'Forgotten your password?', :controller => 'user', :action => 'lost_password' %>) +<% end %>