Skip to content
Open
Changes from all 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
4 changes: 2 additions & 2 deletions dist/App_Plugins/Umbraco2FA/views/Dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>Umbraco 2FA</h2>
<div ng-show="settingsLoaded">
<div ng-show="data.IsSetup">
<h1>You are setup!</h1>
<a href class="btn btn-danger" ng-click="removeAuthenticator()"><i class="icon-unlocked"></i> <localize key="fortress_removeautenticator">Remove Autenticator</localize></a>
<a href class="btn btn-danger" ng-click="removeAuthenticator()"><i class="icon-unlocked"></i> <localize key="fortress_removeauthenticator">Remove Autenticator</localize></a>
</div>
<div ng-show="!data.IsSetup">
<h1>You are NOT setup!</h1>
Expand Down Expand Up @@ -41,4 +41,4 @@ <h1>You are NOT setup!</h1>


<p>Umbraco 2FA is a two factor authentication solution for Umbraco 7.6+ by <a href="http://offroadcode.com" target="_blank">Offroadcode <i ng-class="value.icon" class="icon-out"></i></a>. With it you can configure your Umbraco site to utilize either Google Authenticator or an SMS provider to provide two factor authentication when logging into the Umbraco backoffice.</p>
</div>
</div>