From 29741f056da49d83e14347db1c3f738a869a9e63 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 31 Mar 2026 11:44:37 +0000 Subject: [PATCH] azerez --- Js/fonctions.js | 30 ++++++++++++++++++++++++++++++ Vue/gabarit.php | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 5a137d7b..0b3de90b 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -44910,6 +44910,36 @@ function enregistrer_modif_user_rh() //$('#div_test_gabarit').html(data); }, complete: function() { + retour_a_users_rh_client(); + } + }); + } +} + +function reinitpaswd_user_rh(codeUtilisateur) +{ + v_msg="Confirmez-vous la réinitialisation?"; + v_msgEng="Do you confirm the reset?"; + + if(confirm_ebene(v_msg, v_msgEng)) + { + donnees = "codeUtilisateur="+codeUtilisateur; + + $.ajax({ + url: $("#racineWeb").val()+"Ajaxuserrhclient/reinitpaswd/", + + type : 'post', + data: donnees, + error: function(errorData) { + }, + success: function(data) { + }, + complete: function() { + v_msg="Opération effectuée avec succès!"; + v_msgEng="Operation successfully completed"; + + alert_ebene(v_msg, v_msgEng); + retour_a_users_rh_client(); } }); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 6e752a8d..d8b48f6e 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -263,7 +263,7 @@ controlerPlafondBeneficiaire : - +