Sha256: 2a5a5a33eba2c0a3b29717fef6a047783a4b3bce124973a79a0903899b97d0e5
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
<div title="<%= title_helper %>" class="form"> <h3>Forgotten Password</h3> <%= error_messages_for 'user' %> <div class="form-padding"> <p>Enter your email address in the field below and click 'Reset Password' to have instructions on how to retrieve your forgotten password emailed to you.</p> <% form_tag do %> <label>Email Address:</label> <%= text_field("user", "email", "size" => 30) %> <div class="button-bar"> <%= submit_tag 'Reset Password' %> <%= link_to 'Cancel', :action => 'login' %> </div> <% end %> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amrita2-2.0.2 | sample/login_engine/app/views/user/forgot_password.rhtml |