diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-12 19:28:35 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-04-12 19:28:35 +0400 |
| commit | 42315f8de89e90ee0a4b08d41753dfdde35181f2 (patch) | |
| tree | f8ff6517b7222f51fd82b603455ef47f881890e6 /config.php-dist | |
| parent | 388c645a8b0caeeb32a2dc7472987af3da334adf (diff) | |
config: add AUTO_ADD_USER (closes #294)
Diffstat (limited to 'config.php-dist')
| -rw-r--r-- | config.php-dist | 5 |
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. |