Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@

<partial name="_StatusMessage" for="StatusMessage" />
<h4>@ViewData["Title"]</h4>
<div class="alert alert-warning" role="alert">
<div class="alert alert-danger" role="alert">
<p>
<span class="glyphicon glyphicon-warning-sign"></span>
<span class="glyphicon glyphicon-danger-sign"></span>
<strong>Put these codes in a safe place.</strong>
</p>
<p>
If you lose your device and don't have the recovery codes you will lose access to your account.
If you lose your device and don't have the recovery codes you will lose access to your account, recovery even by
email support will be highly unlikely.
</p>
<p>
Generating new recovery codes does not change the keys used in authenticator apps. If you wish to change the key
Expand All @@ -24,4 +25,4 @@
<form method="post" class="form-group">
<button class="btn btn-danger" type="submit">Generate Recovery Codes</button>
</form>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@

<partial name="_StatusMessage" for="StatusMessage" />
<h4>@ViewData["Title"]</h4>
<div class="alert alert-warning" role="alert">
<div class="alert alert-danger" role="alert">
<p>
<strong>Put these codes in a safe place.</strong>
</p>
<p>
If you lose your device and don't have the recovery codes you will lose access to your account.
If you lose your device and don't have the recovery codes you will lose access to your account, recovery even
by email support will be highly unlikely.
</p>
<p>
Something like a physical notepad or a digital notes app is a good place to put these down, if you got a
password manager it should have a notes or description field that you can use. It's also suggested to make multiple copies.
</p>
<h1>SERIOUSLY, write these down. We are not responsible if you lose your account this way.</h1>
</div>
<div class="row">
<div class="col-md-12">
Expand All @@ -22,4 +28,4 @@
<code class="recovery-code">@Model.RecoveryCodes[row]</code><text>&nbsp;</text><code class="recovery-code">@Model.RecoveryCodes[row + 1]</code><br />
}
</div>
</div>
</div>