Sha256: 8015c0e77829e6205bcb905671043281e19dfc8dbad2adc8b8be8f51bb40d861
Contents?: true
Size: 750 Bytes
Versions: 2
Compression:
Stored size: 750 Bytes
Contents
<p style="color: red"><%%= alert %></p> <h1>Enter your password to continue</h1> <%%= form_with(url: sessions_sudo_path) do |form| %> <%%= hidden_field_tag :proceed_to_url, params[:proceed_to_url] %> <div> <%%= password_field_tag :password, nil, required: true, 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_identity_password_reset_path %> so you can continue. </p>
Version data entries
2 entries across 2 versions & 1 rubygems