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:
parent
0fd11224af
commit
d27ff25473
7 changed files with 10 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue