Sha256: 3dc741948cb580c97a2139d3d48b3fba04810863eb2fb4260a61077c1f55510e

Contents?: true

Size: 511 Bytes

Versions: 6

Compression:

Stored size: 511 Bytes

Contents

<h1>Update your password</h1>

<%%= 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 & 1 rubygems

Version Path
railties-8.0.2 lib/rails/generators/erb/authentication/templates/app/views/passwords/edit.html.erb
railties-8.0.1 lib/rails/generators/erb/authentication/templates/app/views/passwords/edit.html.erb
railties-8.0.0.1 lib/rails/generators/erb/authentication/templates/app/views/passwords/edit.html.erb
railties-8.0.0 lib/rails/generators/erb/authentication/templates/app/views/passwords/edit.html.erb
railties-8.0.0.rc2 lib/rails/generators/erb/authentication/templates/app/views/passwords/edit.html.erb
railties-8.0.0.rc1 lib/rails/generators/erb/authentication/templates/app/views/passwords/edit.html.erb