mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
use correct value
This commit is contained in:
parent
094d93cec2
commit
aaf3965004
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue