summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/FAQ.md b/FAQ.md
index f4a3c77..12c84d6 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -135,7 +135,9 @@ privileges. You will need to either temporarily disable auth\_remote
authentication, or give yourself administrative permissions using the
SQL client:
+```sql
update ttrss_users set access_level = 10 where login = 'you';
+```
### I’m having performance problems, why is tt-rss so slow?