Password Recovery

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

<%= form_tag 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 might need to <%= link_to "search", users_url %> for your nick in the database.