summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-04-28 13:39:31 +0000
committerfox <[email protected]>2019-04-28 13:39:31 +0000
commit042febbc262085720fcd4e873a3274dd1aa0afce (patch)
tree640f7b988a016ac6d5dc85e1c9c1a8adbcc4f1ae
parent24d6d7bf0288952f56fc63547f8e19ffd5ef0e69 (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md42
1 files changed, 21 insertions, 21 deletions
diff --git a/FAQ.md b/FAQ.md
index 07c6902..072c023 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -8,6 +8,27 @@ Almost every time those are caused by malfunctioning and/or badly written browse
One of the extensions known to cause such problems is Lastpass.
+#### I managed to lock myself out of tt-rss
+
+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:
+
+```
+UPDATE ttrss_users SET otp_enabled = false WHERE login = 'you'
+```
+
+- If you don't remember your password run the following query:
+
+```
+UPDATE ttrss_users
+ SET pwd_hash = 'SHA1:5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8',
+ salt = '', otp_enabled = false
+ WHERE login = 'you'
+```
+
+This sets your password back to default 'password' and disables OTP.
+
#### What should I use - MySQL or PostgreSQL?
Use PostgreSQL if you can. MySQL is supported but some minor features may be exclusive to Postgres and you're going to see worse performance on MySQL (because InnoDB is slow).
@@ -69,27 +90,6 @@ Because the articles are still in the feed XML.
See also: [ArchivedFeed](wiki/ArchivedFeed)
-#### I managed to lock myself out of tt-rss for whatever reason
-
-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:
-
-```
-UPDATE ttrss_users SET otp_enabled = false WHERE login = 'you'
-```
-
-- If you don't remember your password run the following query:
-
-```
-UPDATE ttrss_users
- SET pwd_hash = 'SHA1:5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8',
- salt = '', otp_enabled = false
- WHERE login = 'you'
-```
-
-This sets your password back to default 'password' and disables OTP.
-
#### Using Firefox, “OPML Import window” always visible in Preferences
Apparently it’s some addon or a browser setting problem, using clean