Sha256: 67dbc01207402d58456ff64ebb3951d7fada82e5ee7f6e0a41d3437af7a96078

Contents?: true

Size: 782 Bytes

Versions: 18

Compression:

Stored size: 782 Bytes

Contents

<h1>2FA: Recovery codes</h1>

<p>If you lose your authenticator app, you can use recovery codes instead while you set up a new authenticator app.</p>

<p>Each code can only be used once.</p>

<% if @codes.present? %>

  <p>This is the only time these codes can be shown to you!  We recommend you print them out and store them somewhere safely – but not next to your 2FA details in your authenticator app.</p>

  <ul>
    <% @codes.each do |code| %>
      <li><tt><%= code %></tt></li>
    <% end %>
  </ul>

<% else %>

  <p>You have <%= pluralize @recovery_code_count, 'recovery code' %> left.</p>

<% end %>

<p>You can generate a fresh set of recovery codes whenever you like.</p>

<p><%= button_to 'Generate a fresh set of recovery codes', generate_recovery_codes_path %></p>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
quo_vadis-2.2.4 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.2.2 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.2.1 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.2.0 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.11 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.10 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.9 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.8 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.7 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.6 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.5 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.4 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.3 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.2 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.1 app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.1.0 test/dummy/app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.0.2 test/dummy/app/views/quo_vadis/recovery_codes/index.html.erb
quo_vadis-2.0.1 test/dummy/app/views/quo_vadis/recovery_codes/index.html.erb