Sha256: a84981e38019bef3379051622380f5580b25c526f320613f5f3fd710a79e72ef

Contents?: true

Size: 701 Bytes

Versions: 14

Compression:

Stored size: 701 Bytes

Contents

<h2>Change your password</h2>

<%= decidim_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
  <%= devise_error_messages! %>
  <%= f.hidden_field :reset_password_token %>

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

  <div class="field">
    <%= f.password_field :password_confirmation, autocomplete: "off" %>
  </div>

  <div class="actions">
    <%= f.submit "Change my password" %>
  </div>
<% end %>

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
decidim-system-0.23.6 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.23.5 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.23.4 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.23.3 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.23.2 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.23.1 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.23.1.rc1 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.23.0 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.22.0 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.21.0 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.20.1 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.20.0 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.19.1 app/views/decidim/system/devise/passwords/edit.html.erb
decidim-system-0.19.0 app/views/decidim/system/devise/passwords/edit.html.erb