- +33 (0) 6 62 05 70 66

Lost your password?
jQuery(document).ready(function($) {
var forgot_pass_form = 'form#tp-user-lost-passwordlra21e044';
var fp_loading_text='Please wait...';
var fp_loading='';
var fp_correct_email='Mail sent. Please check your mailbox.';
var fp_err_msg='Something went wrong. Please try again.';
$(forgot_pass_form).on('submit', function(e){
$.ajax({
type: 'POST',
dataType: 'json',
url: theplus_ajax_url,
data: {
'action': 'theplus_ajax_forgot_password',
'user_login': $(forgot_pass_form + ' #user_loginlra21e044').val(),
'tpforgotdata': 'TS9acEhzMUFtSmRiYlQ3aEROSDZocE9vQi9HMy9LcVhUZHlEdk9ReFRoQ1oyN3BqSDJtYVNTWTJjTUtTTEdMb0s1TkttUFJGazlNNWdkRE9KVVMxcEJ0dURURGFHV3UxaXJLMEw2c29EWXdKRDRhVktRRmVJSCtJRUlHenJoWDVFcmUxWjNiSkcreW4wTDM4OFhYR2d3MTh4TGdnMDFYb3Z3emlaZkdIbW1VaHFVZmFDWEpJbEY3MXJjZ0FValBMdkE4TW11K2l0M0E0Q3pwUm1Na3dUWWxDN1lMc01HRnBVb1FpbmRIUU93SlQyV3ZIMHpUZ3ozWlhjeUpkMmw3bTIzMmRSQmJDZGlHbFF6TjhiQk5FMkJTYTRFYW0zWnhoYzVhU2JMWjhURjJ3by9aK1dTazZrM3FaMlpuRXplNmc=',
},
beforeSend: function(){
$("#tp-user-lost-passwordlra21e044 .theplus-notification").addClass("active");
$("#tp-user-lost-passwordlra21e044 .theplus-notification .tp-lr-response").html(fp_loading_text);
},
success: function(data) {
if(data.message){
$("#tp-user-lost-passwordlra21e044 .theplus-notification").addClass("active");
$("#tp-user-lost-passwordlra21e044 .theplus-notification .tp-lr-response").html(fp_loading + data.message);
}else{
$("#tp-user-lost-passwordlra21e044 .theplus-notification").addClass("active");
$("#tp-user-lost-passwordlra21e044 .theplus-notification .tp-lr-response").html(fp_loading + 'Is Not Working Server Issue...');
}
},
complete: function(){
setTimeout(function(){
$("#tp-user-lost-passwordlra21e044 .theplus-notification").removeClass("active");
}, 3200);
}
});
e.preventDefault();
});
});
Panier
Avis
Il n’y a pas encore d’avis.