summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-13 18:24:27 +0400
committerAndrew Dolgov <[email protected]>2013-04-13 18:24:41 +0400
commit044cff2d74ece46256201695346d1a0d1d66c746 (patch)
treef8c4c039e69bde071b74ca27f35839f0a3a55eb7 /config.php-dist
parent5b27cb05a8af1bcf741a3885b17fc7d03d456c5f (diff)
implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY)
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.php-dist b/config.php-dist
index eb3339742..fc999354b 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -24,6 +24,13 @@
// You need to set this option correctly otherwise several features
// including PUSH, bookmarklets and browser integration will not work properly.
+ define('FEED_CRYPT_KEY', '');
+ // Key used for encryption of login/passwords for password-protected feeds
+ // in the database. A string of 24 random characters. If left blank, encryption
+ // is not used. Requires mcrypt functions.
+ // Warning: changing this key will make your stored feed passwords impossible
+ // to decrypt.
+
define('SINGLE_USER_MODE', false);
// Operate in single user mode, disables all functionality related to
// multiple users and authentication. Enabling this assumes you have