summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-12 19:28:35 +0400
committerAndrew Dolgov <[email protected]>2011-04-12 19:28:35 +0400
commit42315f8de89e90ee0a4b08d41753dfdde35181f2 (patch)
treef8ff6517b7222f51fd82b603455ef47f881890e6 /config.php-dist
parent388c645a8b0caeeb32a2dc7472987af3da334adf (diff)
config: add AUTO_ADD_USER (closes #294)
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.