Sha256: fc1a43074b8a2cd0a3008712379e98b5c8d4fb337d451fb89fcf1b611492ac88

Contents?: true

Size: 434 Bytes

Versions: 5

Compression:

Stored size: 434 Bytes

Contents

<%%= form_tag <%= rodauth %>.reset_password_request_path, method: :post do %>
  <p>If you have forgotten your password, you can request a password reset:</p>
  <%% if params[<%= rodauth %>.login_param] && !<%= rodauth %>.field_error(<%= rodauth %>.login_param) %>
    <%%= render "login_hidden_field" %>
  <%% else %>
    <%%= render "login_field" %>
  <%% end %>
  <%%= render "submit", value: "Request Password Reset" %>
<%% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rodauth-rails-0.17.1 lib/generators/rodauth/templates/app/views/rodauth/reset_password_request.html.erb
rodauth-rails-0.17.0 lib/generators/rodauth/templates/app/views/rodauth/reset_password_request.html.erb
rodauth-rails-0.16.0 lib/generators/rodauth/templates/app/views/rodauth/reset_password_request.html.erb
rodauth-rails-0.15.0 lib/generators/rodauth/templates/app/views/rodauth/reset_password_request.html.erb
rodauth-rails-0.14.0 lib/generators/rodauth/templates/app/views/rodauth/reset_password_request.html.erb