Sha256: 2e173be73d245d3d61b760a0055deae4f43e99ec125bf48ec51fc4a78e8c7076

Contents?: true

Size: 885 Bytes

Versions: 30

Compression:

Stored size: 885 Bytes

Contents

<%= form_with url: rodauth.confirm_password_path, method: :post, data: { turbo: false } do |form| %>
  <div class="form-group mb-3">
    <%= form.label "password", rodauth.password_label, class: "form-label" %>
    <%= form.password_field rodauth.password_param, value: "", id: "password", autocomplete: rodauth.password_field_autocomplete_value, required: true, class: "form-control #{"is-invalid" if rodauth.field_error(rodauth.password_param)}", aria: ({ invalid: true, describedby: "password_error_message" } if rodauth.field_error(rodauth.password_param)) %>
    <%= content_tag(:span, rodauth.field_error(rodauth.password_param), class: "invalid-feedback", id: "password_error_message") if rodauth.field_error(rodauth.password_param) %>
  </div>

  <div class="form-group mb-3">
    <%= form.submit rodauth.confirm_password_button, class: "btn btn-primary" %>
  </div>
<% end %>

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
rodauth-rails-2.1.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-2.0.2 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-2.0.1 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-2.0.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.15.2 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.15.1 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.15.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.14.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
plutonium-0.6.2 lib/generators/pu/rodauth/templates/app/views/rodauth/confirm_password.html.erb
plutonium-0.6.1 lib/generators/pu/rodauth/templates/app/views/rodauth/confirm_password.html.erb
plutonium-0.6.0 lib/generators/pu/rodauth/templates/app/views/rodauth/confirm_password.html.erb
plutonium-0.5.0 lib/generators/pu/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.13.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.12.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.11.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.10.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.9.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.8.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.7.1 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb
rodauth-rails-1.7.0 lib/generators/rodauth/templates/app/views/rodauth/confirm_password.html.erb