<% self.page_title = "Log in » Forgotten password" self.page_description = "Creating a new password" add_body_class = "login" %>

Did you lose your password? Don't worry, it happens.

Simply enter your email address below, and we'll email you a new password.

<%= form_tag(reset_password_admin_users_path, method: :post) do %>

<%= text_field_tag :username, '', size: 32 %> <%= submit_tag "Find" %>