ensl.org/app/views/users/forgot.html.erb

32 lines
694 B
Text

<h1>Password Recovery</h1>
<div class="wide box">
<p>
<h3>
If you do not receive your new password by email, please see the guide <a href="http://www.ensl.org/articles/713">here</a>.
</h3>
</p>
</div>
<div class="wide box">
<%= form_tag do %>
<p>
<%= label_tag :username %><br />
<%= text_field_tag :username %>
</p>
<p>
<%= label_tag :email %><br />
<%= text_field_tag :email %>
</p>
<%= submit_tag "Recover password" %>
<% end %>
</div>
<div class="wide box">
<p>
Special characters have been removed from nicks. You might need to
<%= link_to "search", users_url %> for your nick in the database.
</p>
</div>