--- login.html.erb.orig 2015-10-12 11:16:06.935087282 +0200 +++ login.html.erb 2015-10-12 11:44:32.492048835 +0200 @@ -1,10 +1,16 @@ <%= call_hook :view_account_login_top %> +
+ | <%= text_field_tag 'username', params[:username], :tabindex => '1' %> | |
- <% if Setting.lost_password? %> - <%= link_to l(:label_password_lost), lost_password_path %> - <% end %> - |