Sha256: b13e81967e111cf2d0b7544d2ae91f64e9046d0a96f169b5c32714627b0be2aa

Contents?: true

Size: 775 Bytes

Versions: 64

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

64 entries across 64 versions & 1 rubygems

Version Path
css-zero-1.1.14 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.13 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.12 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.11 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.10 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.9 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.8 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.7 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.6 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.5 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.4 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.3 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.2 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.1 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.1.0 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.0.6 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.0.5 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.0.4 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.0.3 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt
css-zero-1.0.2 lib/generators/css_zero/authentication/templates/app/views/passwords/edit.html.erb.tt