mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 07:35:56 +00:00
config: remove mention of encrypted logins
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
// including PUSH, bookmarklets and browser integration will not work properly.
|
// including PUSH, bookmarklets and browser integration will not work properly.
|
||||||
|
|
||||||
define('FEED_CRYPT_KEY', '');
|
define('FEED_CRYPT_KEY', '');
|
||||||
// Key used for encryption of login/passwords for password-protected feeds
|
// Key used for encryption of passwords for password-protected feeds
|
||||||
// in the database. A string of 24 random characters. If left blank, encryption
|
// in the database. A string of 24 random characters. If left blank, encryption
|
||||||
// is not used. Requires mcrypt functions.
|
// is not used. Requires mcrypt functions.
|
||||||
// Warning: changing this key will make your stored feed passwords impossible
|
// Warning: changing this key will make your stored feed passwords impossible
|
||||||
|
|||||||
Reference in New Issue
Block a user