From: Andrew Dolgov Date: Wed, 17 Apr 2013 05:30:11 +0000 (+0400) Subject: config: remove mention of encrypted logins X-Git-Tag: 1.7.9~25^2~180^2 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=524d03a03e46c9d0914432192a22d7f339b077ac config: remove mention of encrypted logins --- diff --git a/config.php-dist b/config.php-dist index b751f622..4df29978 100644 --- a/config.php-dist +++ b/config.php-dist @@ -25,7 +25,7 @@ // 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 + // 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. // Warning: changing this key will make your stored feed passwords impossible