Sha256: c8a104a4db87b460199ed8efa03c85b9f9404cfad64bb4991a61188647ba8106

Contents?: true

Size: 845 Bytes

Versions: 9

Compression:

Stored size: 845 Bytes

Contents

<p style="color: green"><%%= notice %></p>
<p style="color: red"><%%= alert %></p>

<h1>Sign in</h1>

<%%= form_with(url: sign_in_path) do |form| %>
  <div>
    <%%= form.label :email, style: "display: block" %>
    <%%= form.email_field :email, value: params[:email_hint], autofocus: true, required: true, autocomplete: "email" %>
  </div>

  <div>
    <%%= form.label :password, style: "display: block" %>
    <%%= form.password_field :password, required: true, autocomplete: "current-password" %>
  </div>

  <div>
    <%%= form.submit "Sign in" %>
  </div>
<%% end %>
<% if omniauthable? %>
<div>
  <%%= button_to "Sign in with OmniAuth", "/auth/developer", "data-turbo" => false %>
</div>
<% end -%>

<br>

<div>
  <%%= link_to "Sign up", sign_up_path %> |
  <%%= link_to "Forgot your password?", new_identity_password_reset_path %>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
authentication-zero-2.11.2 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.11.1 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.11.0 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.10.0 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.9.3 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.9.2 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.9.1 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.9.0 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.8.4 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt