Sha256: 123fc51b88a291720cf6f30e1085ff05df1d83a357047a7063aced34a1f43aeb

Contents?: true

Size: 328 Bytes

Versions: 5

Compression:

Stored size: 328 Bytes

Contents

<%%= form_tag <%= rodauth %>.change_login_path, method: :post do %>
  <%%= render "login_field" %>
  <%%= render "login_confirm_field" if <%= rodauth %>.require_login_confirmation? %>
  <%%= render "password_field" if <%= rodauth %>.change_login_requires_password? %>
  <%%= render "submit", value: "Change Login" %>
<%% 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_login.html.erb
rodauth-rails-0.17.0 lib/generators/rodauth/templates/app/views/rodauth/change_login.html.erb
rodauth-rails-0.16.0 lib/generators/rodauth/templates/app/views/rodauth/change_login.html.erb
rodauth-rails-0.15.0 lib/generators/rodauth/templates/app/views/rodauth/change_login.html.erb
rodauth-rails-0.14.0 lib/generators/rodauth/templates/app/views/rodauth/change_login.html.erb