Sha256: a770fcd269a8386079bf0d4680da7b568f7dd5d64e7972c0b82210ff4a83a488

Contents?: true

Size: 1.04 KB

Versions: 18

Compression:

Stored size: 1.04 KB

Contents

<% content_for :page_title do %>
  <%= "#{this_blog.blog_name} - #{t('.change_your_password', default: 'Change your password')}" %>
<% end %>

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

  <div class="form-group">
    <%= f.label :password, t('.new_password') %><br />
    <% if @minimum_password_length %>
      <em>(<%= t('devise_custom.characters_minimum', min: @minimum_password_length) %>)</em><br />
    <% end %>
    <%= f.password_field :password, class: 'form-control', autofocus: true, autocomplete: 'off' %>
  </div>

  <div class="form-group">
    <%= f.label :password_confirmation, t('.confirm_new_password') %><br />
    <%= f.password_field :password_confirmation, class: 'form-control', autocomplete: 'off' %>
  </div>

  <div class="actions">
    <%= f.submit t('.change_my_password'), class: 'btn btn-lg btn-success btn-block' %>
  </div>
<% end %>

<%= render 'devise/shared/links' %>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/devise/passwords/edit.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/devise/passwords/edit.html.erb
publify_core-9.2.7 app/views/devise/passwords/edit.html.erb
publify_core-9.2.6 app/views/devise/passwords/edit.html.erb
publify_core-9.2.5 app/views/devise/passwords/edit.html.erb
publify_core-9.2.4 app/views/devise/passwords/edit.html.erb
publify_core-9.2.3 app/views/devise/passwords/edit.html.erb
publify_core-9.2.2 app/views/devise/passwords/edit.html.erb
publify_core-9.2.1 app/views/devise/passwords/edit.html.erb
publify_core-9.2.0 app/views/devise/passwords/edit.html.erb