Sha256: b13e81967e111cf2d0b7544d2ae91f64e9046d0a96f169b5c32714627b0be2aa

Contents?: true

Size: 775 Bytes

Versions: 12

Compression:

Stored size: 775 Bytes

Contents

<%% if alert.present? %>
  <div popover class="flash" style="--flash-position: 5rem;" data-controller="element-removal" data-action="animationend->element-removal#remove" role="alert"><%%= alert %></div>
<%% end %>

<h1 class="font-bold text-4xl mbe-4">Update your password</h1>

<%%= form_with url: password_path(params[:token]), method: :put, class: "flex flex-col gap" do |form| %>
  <%%= form.password_field :password, required: true, autocomplete: "new-password", placeholder: "Enter new password", maxlength: 72, class: "input" %>
  <%%= form.password_field :password_confirmation, required: true, autocomplete: "new-password", placeholder: "Repeat new password", maxlength: 72, class: "input" %>
  <%%= form.submit "Save", class: "btn btn--primary i-min" %>
<%% end %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
css-zero-0.0.68 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.67 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.66 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.65 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.64 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.63 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.62 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.61 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.60 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.59 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.58 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-0.0.57 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt