mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
19 lines
779 B
Text
19 lines
779 B
Text
@{
|
|
ViewData.SetActivePageAndTitle(ManageNavPages.TwoFactorAuthentication, "Reset authenticator key");
|
|
}
|
|
|
|
<div class="alert alert-warning" role="alert">
|
|
<p>
|
|
<span class="fa fa-warning"></span>
|
|
<strong>If you reset your authenticator key your authenticator app will not work until you reconfigure it.</strong>
|
|
</p>
|
|
<p>
|
|
This process disables 2FA until you verify your authenticator app and will also reset your 2FA recovery codes.
|
|
If you do not complete your authenticator app configuration you may lose access to your account.
|
|
</p>
|
|
</div>
|
|
<div>
|
|
<form asp-action="ResetAuthenticator" method="post" class="form-group">
|
|
<button class="btn btn-danger" type="submit">Reset authenticator key</button>
|
|
</form>
|
|
</div>
|