diff --git a/app/views/maintenance/user/password_resets/edit.html.erb b/app/views/maintenance/user/password_resets/edit.html.erb index e2aaed7b9..0724510d2 100644 --- a/app/views/maintenance/user/password_resets/edit.html.erb +++ b/app/views/maintenance/user/password_resets/edit.html.erb @@ -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] %>
Do you wish to reset your password? A new password will be emailed to you.
<%= submit_tag "Reset" %> <% end %>