summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-08-13 15:59:24 +0300
committerAndrew Dolgov <[email protected]>2018-08-13 15:59:24 +0300
commit069aea5989ec7fe4090cf3f1151f99476fa038be (patch)
tree23c48c13d8baf5d9dc72e2c7fe6615e2ae32d6c6 /config.php-dist
parenteb43d9f4a8a8609b7f30ef4e2add425b9c91fe00 (diff)
remove FEED_CRYPT_KEY and everything related to it
always assume auth_pass_encrypted is false
Diffstat (limited to 'config.php-dist')
-rwxr-xr-x[-rw-r--r--]config.php-dist6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.php-dist b/config.php-dist
index 7a076d976..7821fe27a 100644..100755
--- a/config.php-dist
+++ b/config.php-dist
@@ -24,12 +24,6 @@
// You need to set this option correctly otherwise several features
// including PUSH, bookmarklets and browser integration will not work properly.
- define('FEED_CRYPT_KEY', '');
- // WARNING: mcrypt is deprecated in php 7.1. This directive exists for backwards
- // compatibility with existing installs, new passwords are NOT going to be encrypted.
- // Use update.php --decrypt-feeds to decrypt existing passwords in the database while
- // mcrypt is still available.
-
// Key used for encryption of passwords for password-protected feeds
// in the database. A string of 24 random characters. If left blank, encryption
// is not used. Requires mcrypt functions.