2014-03-23 00:22:25 +00:00
|
|
|
<h1>Password Recovery</h1>
|
|
|
|
|
2019-10-14 20:26:43 +00:00
|
|
|
<p>If you do not receive your new password by email, please see the guide <a href="https://www.ensl.org/articles/1042">here</a>.</p>
|
2019-10-17 18:38:00 +00:00
|
|
|
<p>Make sure to check your <b>SPAM</b> folder, as many times the mail ends up there.</p>
|
2019-10-14 20:26:43 +00:00
|
|
|
|
|
|
|
<%= form_tag({ controller: 'users', action: 'forgot' }, { class: 'square' }) do %>
|
|
|
|
<div class="fields horizontal">
|
|
|
|
<%= label_tag :username %>
|
|
|
|
<%= text_field_tag :username %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="fields horizontal">
|
|
|
|
<%= label_tag :email %>
|
|
|
|
<%= text_field_tag :email %>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="controls">
|
|
|
|
<%= submit_tag "Recover password" %>
|
|
|
|
</div>
|
|
|
|
<% end %>
|
2014-04-19 01:12:02 +00:00
|
|
|
|
|
|
|
<p>
|
|
|
|
Special characters have been removed from nicks. <br> You may need to
|
|
|
|
<%= link_to "search", users_url %> for your nickname in the database.
|
|
|
|
</p>
|