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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user