Sha256: 5bc5860b3b130e16b964b04b7958f3ba7088a2d9893e55112b5d49ce43dfe5f7

Contents?: true

Size: 595 Bytes

Versions: 6

Compression:

Stored size: 595 Bytes

Contents

<% content_for :page_title, "Account recovery" %>
<% content_for :page_description, "Account recovery" %>

<%= form_tag admin_account_recovery_path do %>
  <h2>
    Forgot your password or lost your authenticator?
  </h2>
  <p>
    Don't worry, it happens.
    Enter your email address below, and we'll send you a link where you
    can recover your account.
  </p>
  <div class="field">
    <label for="email">Email address</label>
    <%= text_field_tag(:email, "", autocomplete: "email", autofocus: true) %>
  </div>
  <p>
    <button type="submit">
      Send
    </button>
  </p>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pages_core-3.15.5 app/views/admin/account_recoveries/new.html.erb
pages_core-3.15.4 app/views/admin/account_recoveries/new.html.erb
pages_core-3.15.3 app/views/admin/account_recoveries/new.html.erb
pages_core-3.15.2 app/views/admin/account_recoveries/new.html.erb
pages_core-3.15.1 app/views/admin/account_recoveries/new.html.erb
pages_core-3.14.0 app/views/admin/account_recoveries/new.html.erb