Sha256: f8d5f537c6e9ead66c6a0c27758fb9ffe8d475752b8b073dc5be576ef6717c65

Contents?: true

Size: 350 Bytes

Versions: 5

Compression:

Stored size: 350 Bytes

Contents

<%%= form_tag <%= rodauth %>.change_password_path, method: :post do %>
  <%%= render "password_field" if <%= rodauth %>.change_password_requires_password? %>
  <%%= render "new_password_field" %>
  <%%= render "password_confirm_field" if <%= rodauth %>.require_password_confirmation? %>
  <%%= render "submit", value: "Change Password" %>
<%% 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/change_password.html.erb
rodauth-rails-0.17.0 lib/generators/rodauth/templates/app/views/rodauth/change_password.html.erb
rodauth-rails-0.16.0 lib/generators/rodauth/templates/app/views/rodauth/change_password.html.erb
rodauth-rails-0.15.0 lib/generators/rodauth/templates/app/views/rodauth/change_password.html.erb
rodauth-rails-0.14.0 lib/generators/rodauth/templates/app/views/rodauth/change_password.html.erb