1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 03:45:57 +00:00

config: add AUTO_ADD_USER (closes #294)

This commit is contained in:
Andrew Dolgov
2011-04-12 19:28:35 +04:00
parent 388c645a8b
commit 42315f8de8
3 changed files with 37 additions and 2 deletions

View File

@@ -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.