summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index 4fea9cc0c..3e4e924b9 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -140,6 +140,11 @@
// Otherwise users will be redirected to login form with their login
// information pre-filled.
+ define('AUTO_CREATE_USER', false);
+ // If users are authenticated by your web server, set this to true if
+ // You want new users to be automaticaly created in tt-rss database
+ // on first login
+
define('LOCK_DIRECTORY', 'lock');
// Directory for lockfiles, must be writable to the user you run
// daemon process or cronjobs under.