Sha256: a7b194701c08f36eeb079043ded96bc148b7a60caf25142aad17a6d160f38018

Contents?: true

Size: 603 Bytes

Versions: 13

Compression:

Stored size: 603 Bytes

Contents

<h1>Lost Password</h1>
<p>
Please enter the email address that you registered with.  Once you click
on the Send button, we will send you an email that allows you to change
your password.
</p>
<%= error_messages_for :user, :header_message => "Please review the following errors:", :message => '' %>
<% form_for :user do |f| -%>
<table>
<tr>
<td align="right"><%= label_tag 'email' %></td>
<td><%= f.text_field :email %></td>
</tr>
<tr>
<td align="right"><%= label_tag 'email_confirmation' %></td>
<td><%= f.text_field :email_confirmation %></td>
</tr>
</table>
<p><%= submit_tag 'Send' %></p>
<% end -%>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tournament-5.0.0 webgui/app/views/users/lost_password.html.erb
tournament-4.2.0 webgui/app/views/users/lost_password.html.erb
tournament-4.0.2 webgui/app/views/users/lost_password.html.erb
tournament-4.0.0 webgui/app/views/users/lost_password.html.erb
tournament-3.3.3 webgui/app/views/users/lost_password.html.erb
tournament-3.3.2 webgui/app/views/users/lost_password.html.erb
tournament-3.3.1 webgui/app/views/users/lost_password.html.erb
tournament-3.3.0 webgui/app/views/users/lost_password.html.erb
tournament-3.2.2 webgui/app/views/users/lost_password.html.erb
tournament-3.2.1 webgui/app/views/users/lost_password.html.erb
tournament-3.2.0 webgui/app/views/users/lost_password.html.erb
tournament-3.1.1 webgui/app/views/users/lost_password.html.erb
tournament-3.1.0 webgui/app/views/users/lost_password.html.erb