From 90c9d913b13800012e572b3bf3508c621515c328 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 9 Aug 2020 19:00:38 +0200 Subject: [PATCH 1/2] Update config.php --- config.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 339aff8..18c286d 100644 --- a/config.php +++ b/config.php @@ -1,11 +1,16 @@ "localhost", "db_port" => 3306, "db_name" => "mydatabase", "db_user" => "myusername", - "db_pass" => "myverysecretpassword" + "db_pass" => "myverysecretpassword", + + # Salt for password hashing + + "salt" => "insert a really long random string here" ); \ No newline at end of file From 7be03cefbe83c6a333da3f3250f4dfad2d242857 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Sun, 9 Aug 2020 19:03:58 +0200 Subject: [PATCH 2/2] Update config.php --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 18c286d..2257f39 100644 --- a/config.php +++ b/config.php @@ -10,7 +10,7 @@ return array( "db_user" => "myusername", "db_pass" => "myverysecretpassword", - # Salt for password hashing + # Salt for session token hashing "salt" => "insert a really long random string here" ); \ No newline at end of file