summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-01 10:43:54 +0100
committerAndrew Dolgov <[email protected]>2007-03-01 10:43:54 +0100
commit01a87dff9efecf9070b652f59a52e55bd2db1906 (patch)
treecdb2be616dfae0a8b8c8a1e9f31bf167ba84e6f7 /config.php-dist
parent81596c6612ed98ea2d648300e28bbe1661d97165 (diff)
rework login process, drop http auth
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 1 insertions, 7 deletions
diff --git a/config.php-dist b/config.php-dist
index 21725abc9..bbf45869a 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -27,9 +27,6 @@
define('ICONS_URL', "icons");
// Local and URL path to the directory, where feed favicons are stored.
- define('USE_HTTP_AUTH', false);
- // Use HTTP Basic authentication instead of login form. Has some problems.
-
define('SINGLE_USER_MODE', true);
// Operate in single user mode, disables all functionality related to
// multiple users.
@@ -69,9 +66,6 @@
define('GLOBAL_ENABLE_LABELS', false);
// Labels are a security risk, so this option can globally disable them for all users.
- define('ENABLE_LOGIN_SSL', false);
- // Redirect to SSL url for login
-
define('MAIL_RESET_PASS', true);
// Send mail to user on password reset
@@ -147,7 +141,7 @@
// If update daemon and update_feeds should send digests
// Disable if you prefer querying special URL (see wiki)
- define('CONFIG_VERSION', 5);
+ define('CONFIG_VERSION', 6);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).