Sha256: a80c16c2e91eca3cf73cfff6d00fcd32fb8ee13fa2fca392ee0e873c1fa833bd

Contents?: true

Size: 477 Bytes

Versions: 2

Compression:

Stored size: 477 Bytes

Contents

<h1>Please enter a new password</h1>

<%%= form_tag(password_change_path, method: "post") do %>
  <%%= hidden_field_tag :token, params[:token] %>
  <%%= hidden_field_tag :email, params[:email] %>

  <div class="field">
    <%%= label_tag "password" %>
    <%%= password_field_tag "password" %>
  </div>
  <div class="field">
    <%%= label_tag "password_confirmation" %>
    <%%= password_field_tag "password_confirmation" %>
  </div>

  <%%= submit_tag "Change" %>
<%% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authkit-0.7.0 lib/generators/authkit/templates/app/views/password_change/show.html.erb
authkit-0.5.0 lib/generators/authkit/templates/app/views/password_change/show.html.erb