{ name, email, password: hashedPassword}); + + alert('You have been registered with Water Tracker. Welcome ' + name); + + // save the newly updated users JSON to "database" + // redirect User back to Log In page + localStorage.setItem("users", JSON.stringify(users)); + window....
["email"], user["count"]); + +// // display it +// document.getElementById("coffee-count-goes-here").innerText = user["count"]; +// } else { +// console.log("No one is logged in"); +// } +// }) +// } +// addCupListener(); // This function will go to the "...
Or *Email *Password Login Forgot Your Password? HOW IT WORKS Being a BCIT alum has its Perks! Your BCIT Alumni Perks membership gets you exclusive offers and savings from local businesses in your community. Enjoy exclusive offers and savings on entertainment, travel, dining, and more. Accessing...
Fixed a bug (#4884) - :doc:`Query Builder <database/query_builder>` didn't properly parse field names ending in 'is' when used inside WHERE and HAVING statements. Fixed a bug where CI_Log, CI_Output, CI_Email and CI_Zip didn't handle strings in a byte-safe manner when mbstring....
'); // attempt to login if($this->simpleloginsecure->login('user@example.com', 'uS$rpass!')) { // success } // check if logged in if($this->session->userdata('logged_in')) { // logged in } // logout $this->simpleloginsecure->logout(); // delete by user ID $this->...
Z var $panel_to_update = ''; /** * Constructor * * @access public * @param array initialization parameters */ function Xajax_pagination($params = array()) { if (count($params) > 0) { $this->initialize($params); } log_message('debug', "Xajax Pagination Class Initialized"); } /...