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 : = $_SESSION['controlerPlafondBeneficiaire'] ?>
-
+