From 42315f8de89e90ee0a4b08d41753dfdde35181f2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 12 Apr 2011 19:28:35 +0400 Subject: config: add AUTO_ADD_USER (closes #294) --- config.php-dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.php-dist') 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. -- cgit v1.2.3-54-g00ecf