Sha256: 8cfca3e844890f2f65ba6cb8605e2936f9a178bd27c2571c59f2caac1302db65

Contents?: true

Size: 703 Bytes

Versions: 22

Compression:

Stored size: 703 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 %>

<br>

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
authentication-zero-2.6.0 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.5.1 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.5.0 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.4.0 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.3.6 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.3.5 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.3.4 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.3.3 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.3.2 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.3.1 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.3.0 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.10 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.9 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.8 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.7 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.6 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.5 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.4 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.3 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-2.2.2 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt