<%= t("devise.passwords.edit.change_your_password") %>

<%= decidim_form_for(resource, namespace: "password", as: resource_name, url: password_path(resource_name), html: { method: :put, class: "register-form new_user" }) do |f| %> <%= form_required_explanation %> <%= f.hidden_field :reset_password_token %>
<%= f.password_field :password, autocomplete: "off", help_text: t("devise.passwords.edit.password_help", minimun_characters: ::PasswordValidator::MINIMUM_LENGTH) %>
<%= f.password_field :password_confirmation, autocomplete: "off" %>
<%= f.submit t("devise.passwords.edit.change_my_password"), class: "button expanded" %>
<% end %> <%= render "decidim/devise/shared/links" %>