summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-12 15:57:43 +0300
committerAndrew Dolgov <[email protected]>2021-02-12 15:57:43 +0300
commitd23a261b92429b2064f6df43753f068851a3a457 (patch)
tree7630843e66a990a913706e678f6102fd7d17ba80 /config.php-dist
parent3268364693814ae89df5d2c2d090108b182e48eb (diff)
RIP self-registration
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist17
1 files changed, 0 insertions, 17 deletions
diff --git a/config.php-dist b/config.php-dist
index eed1a699d..cd0ee0078 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -89,23 +89,6 @@
// intervals is disabled and all articles (which are not starred)
// older than this amount of days are purged.
- // ***********************************
- // *** Self-registrations by users ***
- // ***********************************
-
- define('ENABLE_REGISTRATION', false);
- // Allow users to register themselves. Please be aware that allowing
- // random people to access your tt-rss installation is a security risk
- // and potentially might lead to data loss or server exploit. Disabled
- // by default.
-
- define('REG_NOTIFY_ADDRESS', '[email protected]');
- // Email address to send new user notifications to.
-
- define('REG_MAX_USERS', 10);
- // Maximum amount of users which will be allowed to register on this
- // system. 0 - no limit.
-
// **********************************
// *** Cookies and login sessions ***
// **********************************