Sha256: 7209217ffb20f78267a8cb52191f6f37ac8481966e885a88a67a6130ad8915e3
Contents?: true
Size: 735 Bytes
Versions: 97
Compression:
Stored size: 735 Bytes
Contents
<h1> Forgot Password </h1> <% if Goldberg.settings.self_reg_send_confirmation_email -%> <p> If you've forgot your password, please fill in your userid and email address below and we'll send you an email with further instructions.</p> <p><em><strong>Note:</strong> This email address <strong>must</strong> be the one you used when you registered for the site.</em></p> <% form_tag :action => 'forgot_password_submit' do %> <table> <tr> <th>Userid</th><td><%= text_field 'user', 'name' %></td> </tr> <tr> <th>Email address</th> <td><%= text_field 'user', 'email' %></td> </tr> </table> <%= submit_tag 'Submit' %> <% end -%> <% else -%> <p> Please contact the System Administrator for assistance. </p> <% end -%>
Version data entries
97 entries across 97 versions & 2 rubygems