You've already forked twofactorauth
mirror of
https://github.com/token2/twofactorauth.git
synced 2026-03-13 11:16:05 -07:00
78 lines
2.6 KiB
HTML
78 lines
2.6 KiB
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<div class="ui fixed transparent inverted teal main menu">
|
|
<div class="menu">
|
|
<div class="right menu">
|
|
<a href="{{ site.repo }}" class="item">
|
|
<i class="github icon"></i>
|
|
Contribute
|
|
</a>
|
|
</div>
|
|
|
|
<a href="/" class="item">
|
|
<i class="home icon"></i>
|
|
Home
|
|
</a>
|
|
|
|
<a href="/providers" class="item">
|
|
<i class="play sign icon"></i>
|
|
Providers
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="main container">
|
|
<div class="ui grid">
|
|
<div class="column">
|
|
<div class="banner ui icon header">
|
|
<i class="circular mobile icon"></i>
|
|
<h2>Two Factor Auth (2FA)</h2>
|
|
</div>
|
|
<div class="ui segment teal">
|
|
<h2 class="ui header">
|
|
Internet.bs
|
|
<div class="sub header">Info regarding Internet.bs's 2FA.</div>
|
|
</h2>
|
|
<p>
|
|
Internet.bs supports any software app that supports TOTP tokens.
|
|
</p>
|
|
|
|
<p>
|
|
It appears there is no information about this service provided
|
|
online though it is readily accessible in the "My Profile"
|
|
section of the management console.
|
|
</p>
|
|
</div><!-- Section -->
|
|
|
|
<div class="ui segment teal">
|
|
<h2 class="ui header">
|
|
How to Setup 2FA for Internet.bs
|
|
</h2>
|
|
<ol class="ui list">
|
|
<li>
|
|
<a href="https://internetbs.net/en/domain-name-registrations/login.html">Login</a> to your account
|
|
</li>
|
|
<li>
|
|
Under My Account, click <a href="https://internetbs.net/en/domain-name-registrations/controller.html?action=UserAccountAction&own=yes">My Profile</a>
|
|
</li>
|
|
<li>
|
|
At the top of the page, click "Enable" next to
|
|
"Two-step login verification"
|
|
</li>
|
|
<li>
|
|
Follow the wizard to configure your 2 Factor
|
|
Authentication Provider
|
|
</li>
|
|
<li>
|
|
The next time you log in to the Internet.bs website it will
|
|
prompt you for your token
|
|
</li>
|
|
</ol>
|
|
</div><!-- Section -->
|
|
|
|
</div><!-- Column -->
|
|
</div><!-- UI Grid -->
|
|
</div><!-- Main Container -->
|