From 466c2587293ba1f138c4b59461a7c309f1ec5c49 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 7 Dec 2025 17:59:22 +0000 Subject: [PATCH 1/5] a --- Vue/Ajaxconnexioncookie/french.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Ajaxconnexioncookie/french.php b/Vue/Ajaxconnexioncookie/french.php index c97315a..ef8ca8f 100755 --- a/Vue/Ajaxconnexioncookie/french.php +++ b/Vue/Ajaxconnexioncookie/french.php @@ -3,7 +3,7 @@ ?> - RADIANT : Portail Souscripteur + RADIANT : Portail Souscripteur languie
From cb80503d3349f0aefe0b1f8afed7be806e73fdf2 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 7 Dec 2025 17:59:57 +0000 Subject: [PATCH 2/5] a --- Vue/Ajaxconnexioncookie/french.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vue/Ajaxconnexioncookie/french.php b/Vue/Ajaxconnexioncookie/french.php index ef8ca8f..c97315a 100755 --- a/Vue/Ajaxconnexioncookie/french.php +++ b/Vue/Ajaxconnexioncookie/french.php @@ -3,7 +3,7 @@ ?> - RADIANT : Portail Souscripteur languie + RADIANT : Portail Souscripteur
From f420e30cdf9513ab9b70510c23f664e226ab3f8c Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 8 Dec 2025 12:50:25 +0000 Subject: [PATCH 3/5] maj connexion bdd (prod.ini) --- Config/prod.ini | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Config/prod.ini b/Config/prod.ini index 8a45d8d..964e6f3 100755 --- a/Config/prod.ini +++ b/Config/prod.ini @@ -7,10 +7,6 @@ racineWeb = / Data Source Name ;En ligne -dsncentral='mysql:host=localhost;port=3306;dbname=bdfacturationsas;charset=utf8' -logincentral=intersante -mdpcentral=5358ue6PDcPxxP3P - -dsnebene='mysql:host=localhost;port=3306;dbname=bdintersante;charset=utf8' -loginebene=intersante -mdpebene=5358ue6PDcPxxP3P +dsn='mysql:host=localhost;port=3306;dbname=bd_radiant;charset=utf8' +login=intersante +mdp=5358ue6PDcPxxP3P \ No newline at end of file From c18ec9c3c2fe14a7968077fd27bdd40b117064d4 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 8 Dec 2025 12:53:25 +0000 Subject: [PATCH 4/5] ControleurAjaxconnexioncookie --- Controleur/ControleurAjaxconnexioncookie.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Controleur/ControleurAjaxconnexioncookie.php b/Controleur/ControleurAjaxconnexioncookie.php index 6ffa6ed..0a7ffb7 100755 --- a/Controleur/ControleurAjaxconnexioncookie.php +++ b/Controleur/ControleurAjaxconnexioncookie.php @@ -1,8 +1,7 @@ sociétées multiples -require_once 'Modele/Societeusercentral.php'; +require_once 'Modele/Societeuser.php'; class ControleurAjaxconnexioncookie extends Controleur { @@ -10,25 +9,20 @@ class ControleurAjaxconnexioncookie extends Controleur public function __construct() { - $this->societeuser = new Societeusercentral(); + $this->societeuser = new Societeuser(); } public function index() { $msgErreur = $this->requete->getParametreFormulaire("msgErreur"); - $societeusers = $this->societeuser->getSocieteusers(); $langues = $this->societeuser->getLangues(); - $societeusersaas = $this->societeuser->getSocieteuserSaas(); - $this->genererVueAjax ( array ( 'msgErreur' => $msgErreur, - 'societeusers' => $societeusers, - 'societeusersaas' => $societeusersaas, 'langues' => $langues ) ); From f817b4ec48a2fd29167e5e79869417066a73dc8e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 8 Dec 2025 13:00:18 +0000 Subject: [PATCH 5/5] page connexion --- Modele/Societeuser.php | 9 +++++++++ Vue/Ajaxconnexioncookie/english.php | 11 ++++------- Vue/Ajaxconnexioncookie/french.php | 8 ++------ 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Modele/Societeuser.php b/Modele/Societeuser.php index 75a7fdc..dcfd159 100755 --- a/Modele/Societeuser.php +++ b/Modele/Societeuser.php @@ -40,5 +40,14 @@ class Societeuser extends Modele { return $nbTentativeConnexionMax; } + + public function getLangues() + { + $sql = 'SELECT codeLangue AS `code`, CONCAT(libelle, " <=> ", libelleEng) AS libelle FROM langue ORDER BY parDefaut DESC, 2;'; + + $resultat = $this->executerRequete($sql); + + return $resultat->fetchAll(PDO::FETCH_ASSOC); + } } \ No newline at end of file diff --git a/Vue/Ajaxconnexioncookie/english.php b/Vue/Ajaxconnexioncookie/english.php index ab270bc..63e1830 100755 --- a/Vue/Ajaxconnexioncookie/english.php +++ b/Vue/Ajaxconnexioncookie/english.php @@ -7,10 +7,9 @@
- - +
@@ -18,9 +17,7 @@
- +
diff --git a/Vue/Ajaxconnexioncookie/french.php b/Vue/Ajaxconnexioncookie/french.php index c97315a..d8b2b6e 100755 --- a/Vue/Ajaxconnexioncookie/french.php +++ b/Vue/Ajaxconnexioncookie/french.php @@ -8,9 +8,7 @@
-
@@ -19,9 +17,7 @@
- +