Sha256: b666c76e52b3188d3074046a633a3bcca57b6d06f05b7f1a000b06c7336a1dd6

Contents?: true

Size: 511 Bytes

Versions: 6

Compression:

Stored size: 511 Bytes

Contents

<h1>Update your password</h2>

<%%= tag.div(flash[:alert], style: "color:red") if flash[:alert] %>

<%%= form_with url: password_path(params[:token]), method: :put do |form| %>
  <%%= form.password_field :password, required: true, autocomplete: "new-password", placeholder: "Enter new password", maxlength: 72 %><br>
  <%%= form.password_field :password_confirmation, required: true, autocomplete: "new-password", placeholder: "Repeat new password", maxlength: 72 %><br>
  <%%= form.submit "Save" %>
<%% end %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
railties-8.0.0.beta1 lib/rails/generators/erb/authentication/templates/views/passwords/edit.html.erb
omg-railties-8.0.0.alpha9 lib/rails/generators/erb/authentication/templates/views/passwords/edit.html.erb
omg-railties-8.0.0.alpha8 lib/rails/generators/erb/authentication/templates/views/passwords/edit.html.erb
omg-railties-8.0.0.alpha7 lib/rails/generators/erb/authentication/templates/views/passwords/edit.html.erb
omg-railties-8.0.0.alpha4 lib/rails/generators/erb/authentication/templates/views/passwords/edit.html.erb
omg-railties-8.0.0.alpha3 lib/rails/generators/erb/authentication/templates/views/passwords/edit.html.erb