Email Address or username: | <%= text_field('user', 'email',{:size => 50, :maxlength => 255}) %> |
Password: | <%= password_field('user', 'password',{:size => 28, :maxlength => 255}) %> (<%= link_to 'Lost your password?', :controller => 'user', :action => 'lost_password' %>) |
<%= submit_tag 'Login' %> |