Password Recovery

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

Make sure to check your SPAM folder, as many times the mail ends up there.

<%= 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.