summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-04-28 13:38:27 +0000
committerfox <[email protected]>2019-04-28 13:38:27 +0000
commit24d6d7bf0288952f56fc63547f8e19ffd5ef0e69 (patch)
treec1c506db4486c889247a2a107dfded290d7f4db7
parent2d465e175a419d979fbc497432c39d0b2762c775 (diff)
Update page 'FAQ'
-rw-r--r--FAQ.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index b3b2134..07c6902 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -69,6 +69,27 @@ 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