All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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;
	});
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy