From 7673658bf34b23dfbbb2a38fe354707910e9ddf7 Mon Sep 17 00:00:00 2001 From: ozh Date: Wed, 12 Jun 2013 16:54:54 +0200 Subject: [PATCH] Update comments about auto-encrypting passwords --- user/config-sample.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user/config-sample.php b/user/config-sample.php index ab53f38..aa3541e 100644 --- a/user/config-sample.php +++ b/user/config-sample.php @@ -52,7 +52,8 @@ /** A random secret hash used to encrypt cookies. You don't have to remember it, make it long and complicated. Hint: copy from http://yourls.org/cookie **/ define( 'YOURLS_COOKIEKEY', 'modify this text with something random' ); -/** Username(s) and password(s) allowed to access the site. Passwords either in plain text or as salted hashes. +/** Username(s) and password(s) allowed to access the site. Passwords either in plain text or as encrypted hashes + ** YOURLS will auto encrypt plain text passwords in this file ** Read http://yourls.org/userpassword for more information */ $yourls_user_passwords = array( 'username' => 'password', -- 2.45.0