summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-04-28 13:40:19 +0000
committerfox <[email protected]>2019-04-28 13:40:19 +0000
commitfff20b0f18eaf0e3590d4eb5d61915f2f5480ece (patch)
tree2aca23e68a460f81ed31d633e20783cd7e728f9a
parent042febbc262085720fcd4e873a3274dd1aa0afce (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index 072c023..49f591f 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -12,13 +12,13 @@ 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 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