From abc7d6c52f6e0ddb8d930d3022f75b46617ee0d8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E0=BE=85=E0=BC=BB=20=C7=AC=C9=80=C4=A7=20=E0=BC=84?= =?utf8?q?=E0=BC=86=E0=BD=89?= Date: Thu, 12 Mar 2015 21:45:30 +0100 Subject: [PATCH] Prevent installation with default username/password. Fixes #1864 --- 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 47a7b77..5cdd2a4 100644 --- a/user/config-sample.php +++ b/user/config-sample.php @@ -61,7 +61,8 @@ ** Read http://yourls.org/userpassword for more information */ $yourls_user_passwords = array( 'username' => 'password', - 'username2' => 'password2' // You can have one or more 'login'=>'password' lines + // 'username2' => 'password2', + // You can have one or more 'login'=>'password' lines ); /** Debug mode to output some internal information -- 2.45.0