akkounts/app/views/security/index.html.erb
Sebastian Kippe 8997349186
All checks were successful
continuous-integration/drone/push Build is passing
Move password change to new Security tab
2021-02-01 18:39:51 +01:00

13 lines
248 B
Plaintext

<section>
<h2>Security</h2>
</section>
<section>
<h3>Password change</h3>
<p>
<%= form_with(url: settings_reset_password_path, method: :post) do %>
<%= submit_tag("Send me a password reset link") %>
<% end %>
</p>
</section>