Sha256: 6c6c02c70d97464a4715f963418c4780c4875917c1a38dddb9d1be30239cbf03

Contents?: true

Size: 714 Bytes

Versions: 10

Compression:

Stored size: 714 Bytes

Contents

<h2>Change your password</h2>

<%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
  <%= f.error_notification %>

  <%= f.input :reset_password_token, as: :hidden %>
  <%= f.full_error :reset_password_token %>

  <div class="form-inputs">
    <%= f.input :password, label: "New password", required: true, autofocus: true, hint: ("#{@minimum_password_length} characters minimum" if @minimum_password_length) %>
    <%= f.input :password_confirmation, label: "Confirm your new password", required: true %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, "Change my password" %>
  </div>
<% end %>

<%= render "users/shared/links" %>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
thecore_ui_rails_admin-2.1.4 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.2.1 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.2.0 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.1.9 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.1.8 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.1.7 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.1.5 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.1.4 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.1.2 app/views/users/passwords/edit.html.erb
thecore_ui_layout_taris_website-1.1.1 app/views/users/passwords/edit.html.erb