use correct value

This commit is contained in:
Erik Ordway 2009-11-30 14:26:46 -08:00 committed by Eric Allen
parent 094d93cec2
commit aaf3965004

View file

@ -14,7 +14,7 @@
<td> "<%= session[:cas_user]%>" </td>
</tr>
<tr style="display:none">
<td><%= session[:cas_user]%>" <%= text_field "user", "login", :size => 20, :value => "fakebecauseweusecas" , :readonly => true %> </td>
<td><%= session[:cas_user]%>" <%= text_field "user", "login", :size => 20, :value => session[:cas_user], :readonly => true %> </td>
<td><%= password_field "user", "password", :size => 20 , :value => "fakebecauseweusecas" %></td>
<td><%= password_field "user", "password_confirmation", :size => 20, :value => "fakebecauseweusecas" %></td>
</tr>