Sha256: fffe38f0646846a2808b58516669a63b6dd9b86871af0d7ca75036eaf19b62ea

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 Bytes

Contents

<h1>Edit Password</h1>

<%= @user.errors.full_messages if @user.errors.any? %>

<%= form_for @user, as: :user, url: user_password_path(@user, token: @token), html: { method: :put } do |form| %>
  <div>
    <%= form.label          :password %>
    <%= form.password_field :password %>
  </div>
  <div>
    <%= form.label          :password_confirmation %>
    <%= form.password_field :password_confirmation %>
  </div>
  <%= form.submit 'Update Password' %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
minimalist_authentication-3.1.0 app/views/passwords/edit.html.erb
minimalist_authentication-3.0.0 app/views/passwords/edit.html.erb