Sha256: 910da7eed8637a6f9f4085cd91a0be7c278854d0fa9712185d61bb4b25b3000c

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

<%%= form_tag <%= rodauth %>.login_path, method: :post do %>
  <%% if <%= rodauth %>.skip_login_field_on_login? %>
    <%%= render "login_display" %>
  <%% else %>
    <%%= render "login_field" %>
  <%% end %>
  <%%= render "password_field" unless <%= rodauth %>.skip_password_field_on_login? %>
  <%%= render "submit", value: "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/_login_form.html.erb
rodauth-rails-0.17.0 lib/generators/rodauth/templates/app/views/rodauth/_login_form.html.erb
rodauth-rails-0.16.0 lib/generators/rodauth/templates/app/views/rodauth/_login_form.html.erb
rodauth-rails-0.15.0 lib/generators/rodauth/templates/app/views/rodauth/_login_form.html.erb
rodauth-rails-0.14.0 lib/generators/rodauth/templates/app/views/rodauth/_login_form.html.erb