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 *** // ********************************** diff --git a/include/login_form.php b/include/login_form.php index f3f5d448e..aec305b13 100755 --- a/include/login_form.php +++ b/include/login_form.php @@ -177,13 +177,7 @@
diff --git a/include/sanity_config.php b/include/sanity_config.php index e13eb2cd0..7aa4f6b0f 100644 --- a/include/sanity_config.php +++ b/include/sanity_config.php @@ -1,3 +1,3 @@ - +$required_defines = array( 'DB_TYPE', 'DB_HOST', 'DB_USER', 'DB_NAME', 'DB_PASS', 'MYSQL_CHARSET', 'SELF_URL_PATH', 'SINGLE_USER_MODE', 'SIMPLE_UPDATE_MODE', 'PHP_EXECUTABLE', 'LOCK_DIRECTORY', 'CACHE_DIR', 'ICONS_DIR', 'ICONS_URL', 'AUTH_AUTO_CREATE', 'AUTH_AUTO_LOGIN', 'FORCE_ARTICLE_PURGE', 'SESSION_COOKIE_LIFETIME', 'SMTP_FROM_NAME', 'SMTP_FROM_ADDRESS', 'DIGEST_SUBJECT', 'CHECK_FOR_UPDATES', 'ENABLE_GZIP_OUTPUT', 'PLUGINS', 'LOG_DESTINATION', 'CONFIG_VERSION'); ?> diff --git a/register.php b/register.php deleted file mode 100644 index dde3f2d8d..000000000 --- a/register.php +++ /dev/null @@ -1,354 +0,0 @@ -'; - print "