summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorfox <[email protected]>2020-03-28 07:50:07 +0000
committerfox <[email protected]>2020-03-28 07:50:07 +0000
commit35d9cc29101161b55b04789b0d40528859a76feb (patch)
treea94261564c853fe6d19b6fa240fd95db000fe0c4 /FAQ.md
parentfcf86ebfa78e2aedcbd0e26a3fb0b46d736f9b88 (diff)
Update page 'FAQ'
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index b9fa4b2..5148419 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -6,13 +6,13 @@
This assumes you can't simply reset your password via email (login form - forgot my password).
-- If you have OTP (2FA) 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'
```
-- If you don't remember your password run the following query:
+If you don't remember your password run the following query:
```
UPDATE ttrss_users