fix for password resets
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
<% if @nonce %>
|
<% if @nonce %>
|
||||||
<%= form_tag(maintenance_user_password_reset_path, :method => :put) do %>
|
<%= 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>
|
<p>Do you wish to reset your password? A new password will be emailed to you.</p>
|
||||||
<%= submit_tag "Reset" %>
|
<%= submit_tag "Reset" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|||||||
Reference in New Issue
Block a user