File manager - Edit - /home/autoph/public_html/projects/Rating-AutoHub/public/js/auth/reset_password.js
Back
(function(e){ "use strict"; $(function(){ $('.reset-form').on('submit', function(e){ e.preventDefault(); var formData = new FormData(this); formData.append('id', id); formData.append('url',window.location.href); $.ajax({ type:"POST", url:"/reset-password", dataType: 'json', data: formData, processData: false, contentType: false, headers: { 'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content') }, success: function(e){ toastRWithTime("Success",'success'); setTimeout(function() { window.location.href = "/"; }, 5000); }, error: function(error){ toastRWithTime("Wrong username or password","error"); } }); }); }); })();
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings