fix for password resets

This commit is contained in:
albert
2011-09-18 17:22:34 -04:00
parent 1e9efe65f4
commit 7b3c540bc0

View File

@@ -4,6 +4,8 @@
<% if @nonce %>
<%= form_tag(maintenance_user_password_reset_path, :method => :put) do %>
<%= hidden_field_tag :email, params[:email] %>
<%= hidden_field_tag :key, params[:key] %>
<p>Do you wish to reset your password? A new password will be emailed to you.</p>
<%= submit_tag "Reset" %>
<% end %>