From c846b88d1ed238482ca154f6d059b8b54bc80566 Mon Sep 17 00:00:00 2001 From: Fgagod Date: Sun, 17 Nov 2024 12:14:32 +0100 Subject: [PATCH] Update install.php Change password to set : password --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index c6422c1..17c2eeb 100644 --- a/install.php +++ b/install.php @@ -202,7 +202,7 @@ if (isset($_POST['etape']) AND $_POST['etape'] == 1) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1;"); $reponse = $bdd->query("INSERT INTO `users` (`id`, `firstname`, `lastname`, `password`, `privilege`, `osAutorise`) VALUES - (1, 'Super', 'Admin', 'dc79f6a0f51567c820d0535f0c72a77cc5152258', 4, '');"); + (1, 'Super', 'Admin', '5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8', 4, '');"); echo '
Installing the database tables of data effected with success...
';