Improve handling of login/logout some more to improve the chances of

us ending up on the right page afterwards.
This commit is contained in:
Tom Hughes 2007-06-11 23:49:03 +00:00
parent 0fd11224af
commit d27ff25473
7 changed files with 10 additions and 15 deletions

View file

@ -2,6 +2,7 @@
Please login or <%= link_to 'create an account', :controller => 'user', :action => 'new' %>.<br>
<% form_tag :action => 'login' do %>
<%= hidden_field_tag('referer', params[:referer]) %>
<table>
<tr><td>email address:</td><td><%= text_field('user', 'email',{:size => 50, :maxlength => 255}) %></td></tr>
<tr><td>password:</td><td><%= password_field('user', 'password',{:size => 50, :maxlength => 255}) %></td></tr>