-
Notifications
You must be signed in to change notification settings - Fork 28
Add 2FA guide #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jal60
wants to merge
4
commits into
simple-login:master
Choose a base branch
from
jal60:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add 2FA guide #60
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| ## Disabling Two-Factor Authentication (2FA) | ||
|
|
||
|
|
||
| ### Disable TOTP | ||
|
|
||
| 1. Log in to your SimpleLogin account using your browser. | ||
| 2. Locate the "Two Factor Authentication" section in the account settings. | ||
| 3. Click on the "Disable TOTP" button to initiate the process. You will be prompted to enter your account password. | ||
| 4. Click on the "Submit" button to verify your identity. | ||
| 5. Click on the "Disable TOTP" button to confirm. | ||
|
|
||
| ## Disabling WebAuthn (FIDO) | ||
|
|
||
| 1. Locate the "Security Key (WebAuthn)" section in the account settings. | ||
| 2. Click on the "Manage WebAuth" button to initiate the process. | ||
| 3. You will be directed to the "Manage Your Security Key" page. | ||
| 4. Find and click the "Unlink" button next to the security key you wish to unlink. | ||
|
|
||
| **Disabling Two-Factor Authentication (2FA) or WebAuthn (FIDO) reduces the security of your account. We strongly recommend reactivating 2FA to protect account against unauthorized access.** | ||
| **Be reminded to re-activate 2FA later or consider using WebAuthn (FIDO) for enhanced security.** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| ## Enable Two-Factor Authentication (2FA) | ||
|
|
||
| To begin the setup process: | ||
|
|
||
| 1. Log in to your SimpleLogin account using your browser. | ||
| 2. Head to the "Settings" section located in the top-right corner of your dashboard. | ||
| 3. Navigate to the "Security" or "Security Settings" tab to configure your authentication options. | ||
|
|
||
| ## Authenticator App Setup | ||
|
|
||
| 1. Locate the "Two Factor Authentication" option. | ||
| 2. Press "Setup TOTP" button to enable 2FA. You will have to enter your account password for security verification. | ||
| 3. Select a 2FA application on your phone or PC (e.g., Proton Pass, Aegis) | ||
| 4. Scan the provided QR code or manually enter the secret key into the app. | ||
| 5. Retrieve the 6-digit token generated by the authenticator | ||
|
|
||
| ## Security Key Authentication Setup | ||
|
|
||
| 1. Locate the "Security Key (WebAuthn)" option. | ||
| 2. Click on "Setup WebAuth" to initiate the Security Key setup process. | ||
| 3. Provide a name for your key (required) for easy identification. | ||
| 4. Click on "Register Key" to complete the registration process. You shoud follow your browser instructions to register your security key with SimpleLogin. | ||
|
|
||
| ## Recovery codes | ||
|
|
||
| After setting up 2FA, you will see recovery codes. Store recovery codes in a safe and easily accessible location, considering using a secure physical drive (recommended) or password manager. Be aware that each recovery code is single-use and can't be used several times. | ||
| We recommend to keep track of used and unused codes to maintain account accessibility. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to remove the
/beforetwo-factor-authIt'd be better to move this new section between Subscription and SIWSL so more frequently questions appear on top.