Password Recovery

If you do not receive your new password by email, please see the guide here.

<%= form_tag({ controller: 'users', action: 'forgot' }, { class: 'square' }) do %>
<%= label_tag :username %> <%= text_field_tag :username %>
<%= label_tag :email %> <%= text_field_tag :email %>
<%= submit_tag "Recover password" %>
<% end %>

Special characters have been removed from nicks.
You may need to <%= link_to "search", users_url %> for your nickname in the database.