Files
danbooru/app/views/maintenance/user/password_resets/edit.html.erb
2011-09-15 18:21:42 -04:00

16 lines
458 B
Plaintext

<div id="c-maintenance-user-password-resets">
<div id="a-edit">
<h1>Reset Password</h1>
<% if @nonce %>
<%= form_tag(maintenance_user_password_reset_path, :method => :put) do %>
<p>Do you wish to reset your password? A new password will be emailed to you.</p>
<%= submit_tag "Reset" %>
<% end %>
<% else %>
<p>Invalid key</p>
<% end %>
<%= render "sessions/secondary_links" %>
</div>
</div>