Sha256: 10dba5152c485c0e1684fe247ad47eb382959752603e3010ab4b2edc0f115194

Contents?: true

Size: 716 Bytes

Versions: 12

Compression:

Stored size: 716 Bytes

Contents

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

<h1>Enter your password to continue</h1>

<%%= form_with(url: sudo_path) do |form| %>

  <%%= hidden_field_tag :proceed_to_url, params[:proceed_to_url] %>

  <div>
    <%%= password_field_tag :password, nil, autofocus: true, autocomplete: "current-password" %>
  </div>

  <div>
    <%%= form.submit "Continue" %>
  </div>
<%% end %>

<br>

<p>
  <strong>Why are you asking me to do this?</strong><br>
  To better protect your account, we'll occasionally ask you to confirm your password before performing sensitive actions.
</p>

<p>
  <strong>Forgot your password?</strong><br>
  We'll help you <%%= link_to "reset it", new_password_reset_path %> so you can continue.
</p>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
authentication-zero-2.7.0 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.6.0 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.5.1 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.5.0 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.4.0 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.3.6 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.3.5 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.3.4 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.3.3 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.3.2 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.3.1 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt
authentication-zero-2.3.0 lib/generators/authentication/templates/erb/sudos/new.html.erb.tt