From d23a261b92429b2064f6df43753f068851a3a457 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Feb 2021 15:57:43 +0300 Subject: RIP self-registration --- config.php-dist | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'config.php-dist') 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', 'user@your.domain.dom'); - // 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 *** // ********************************** -- cgit v1.2.3