summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-04-28 13:41:01 +0000
committerfox <[email protected]>2019-04-28 13:41:01 +0000
commit0f346a43fda5cc23cdd27f672336476f21193401 (patch)
tree431897be3d098c915375f4a33d04cc1ecbc6f9bd
parentfff20b0f18eaf0e3590d4eb5d61915f2f5480ece (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 49f591f..52c7ffc 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -12,7 +12,7 @@ One of the extensions known to cause such problems is Lastpass.
This assumes you can't simply reset your password via email (login form - forgot my password).
-##### If you have OTP enabled and know your password but can't provide an OTP token, you can disable OTP via SQL:
+##### If you have OTP (2FA) enabled and know your password but can't provide an OTP token, you can disable OTP via SQL:
```
UPDATE ttrss_users SET otp_enabled = false WHERE login = 'you'