13 lines
274 B
Plaintext
13 lines
274 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", class: 'btn-md btn-gray') %>
|
|
<% end %>
|
|
</p>
|
|
</section>
|