summaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-22 16:14:38 +0300
committerAndrew Dolgov <[email protected]>2017-04-22 16:14:38 +0300
commit39438cebc66af06b91b61bf2012346c209c0c8e9 (patch)
tree5b5f795cc13b181dd455d652a1ab8f07482e4bec /FAQ.md
parent465676066d6480d5aee0ef289adec2471c12db00 (diff)
fox created page: test
Diffstat (limited to 'FAQ.md')
-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?