Sha256: cd34678d7a52af4c22fcaef9025c95a9b3e05325a4fb5676e486c2f848eedb98

Contents?: true

Size: 836 Bytes

Versions: 13

Compression:

Stored size: 836 Bytes

Contents

<h2 class="h3"> <%= link_to t(".change_your_password") %></h2>

<%= decidim_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
  <%= render "devise/shared/error_messages", resource: %>
  <%= f.hidden_field :reset_password_token %>

  <div class="form__wrapper">
    <% if @minimum_password_length %>
      <em><%= t(".minimum_characters", minimum: @minimum_password_length) %></em><br>
    <% end %>
    <%= f.password_field :password, autofocus: true, autocomplete: "off" %>
    <%= f.password_field :password_confirmation, autocomplete: "off" %>
  </div>

  <div class="form__wrapper-block">
    <%= f.submit "Change my password", class: "button button__sm md:button__lg md:button__lg button__secondary" %>
  </div>
<% end %>

<%= render "decidim/system/devise/shared/links" %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
decidim-system-0.29.1 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.28.4 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.29.0 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.28.3 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.29.0.rc4 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.29.0.rc3 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.29.0.rc2 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.29.0.rc1 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.28.2 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.28.1 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.28.0 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.28.0.rc5 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.28.0.rc4 app/views/decidim/system/devise/passwords/edit.html.erb