static.js.lostpassword.js Maven / Gradle / Ivy
$(document).ready(function() {
$("#lostpasswordform").submit(function(event) {
postRequest($(this), "/api/users/lostpassword", "Password has been sent to email", "");
return false;
});
});
$(document).ready(function() {
$("#lostpasswordform").submit(function(event) {
postRequest($(this), "/api/users/lostpassword", "Password has been sent to email", "");
return false;
});
});