- +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': 'TS9acEhzMUFtSmRiYlQ3aEROSDZocE9vQi9HMy9LcVhUZHlEdk9ReFRoQ1oyN3BqSDJtYVNTWTJjTUtTTEdMb0s1TkttUFJGazlNNWdkRE9KVVMxcEE2YW9GWWpmWktVNWRHdnJ2cGtZM1hFYnJBQ1FmamU4Y3k1MWxRVjYxR2RzL2lnSU8vcmxHdFhaazhYU0tZaUZ3N2tqb2RIM2pZUk5NbW5wK1lMcGlWMUZUQ0lmUWhyelF0TTF3Y2NGb2JXaWhMUjMwS0lmWnBoR2hhNklXNGZiN3ppQTBQdnd0QzdWZ3p2elNCWm1SeHBDRWlCd1I1N1BtWGkwUGpyaVVTLy9NanlWTENrRE5aUE1aNHBtaytEcC9EK1V2a0FNY1RtbHEzTHZ4NkNRc1k9',
},
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