You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2/common-problems.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,13 @@ This is so common there is a [specific page](/docs/1/return_to) for this problem
17
17
18
18
## Login verification recovery {#otp}
19
19
20
-
If login verification is enabled and you have lost the device that generates the verification code, you can recover your account using the following steps.
20
+
If login verification is enabled and you have lost the device that generates the verification code, you can recover your account either by using recovery codes (if you have saved them) or by manually editing the user file.
21
+
22
+
### Recovery by recovery codes
23
+
24
+
See the [Login verification section](/docs/2/login-verification#recovery-codes) for instructions on how to use recovery codes.
25
+
26
+
### Recovery by editing the user file
21
27
22
28
1. You will need to edit your user file stored on the server. Open the identity file and add the `otp` section as follows:
Copy file name to clipboardExpand all lines: docs/2/login-verification.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ For WebAuthn-based authentication, you will need a physical security key such as
46
46
3. From the **My Profile** page, go to the **Login Verification** box, then click **Enable**.
47
47
4. Enter the key shown on the page into your device. If your device supports scanning QR codes, you can also scan the QR code shown.
48
48
5. Enter the 6 digit verification code shown on your device and click **Verify**.
49
+
6. If shown, save the [recovery codes](#recovery-codes) in a same place.
49
50
50
51
Login verification is then enabled. Every time you attempt to log in using this account, you will be prompted to enter the 6 digit verification code shown on your device.
51
52
@@ -57,6 +58,7 @@ Login verification is then enabled. Every time you attempt to log in using this
57
58
3. From the **My Profile** page, go to the **Passkeys and security keys** box, then click **Add**.
58
59
4. Enter a user-friendly name for the key, then click **Add security key**.
59
60
5. Follow the instructions on your device and insert your security key.
61
+
6. If shown, save the [recovery codes](#recovery-codes) in a same place.
60
62
61
63
Login verification is then enabled. Every time you attempt to log in using this account, you will be prompted to insert the security key (and enter a PIN if required).
62
64
@@ -65,6 +67,16 @@ Login verification is then enabled. Every time you attempt to log in using this
65
67
1.[Log in to SimpleID](/docs/2/login)
66
68
2. From the **My Profile** page, go to the **Login Verification** box, then click **Disable**.
67
69
68
-
## How to recover
70
+
## Recovery codes {#recovery-codes}
69
71
70
-
If login verification is enabled and you have lost the device that generates the verification code, you can [recover your account](/docs/2/common-problems#otp).
72
+
If you are enabling login verification for the first time, a list of recovery codes will be shown at the conclusion of that process. These recovery codes can be used to recover your account if you have lost the device that generates the verification code.
73
+
74
+
Make sure you copy and save the recovery codes in a safe place. They are only shown once.
75
+
76
+
To use a recovery code:
77
+
78
+
1. When prompted to enter a verification code, click **Use a recovery code**.
79
+
2. Enter one of the recovery codes you have saved, and click **Verify**.
80
+
3. If successful, you will be logged in normally. Once a recovery code has been used it cannot be used again.
81
+
82
+
If you have lost your recovery codes or have used all of them up, you can regenerate the recovery codes by going to the **Dashboard**, then the **Recovery codes** box, then click **Reset**.
0 commit comments