<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d6651501\x26blogName\x3dNotes+on+tech\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLACK\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://ypjain-notesontech.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://ypjain-notesontech.blogspot.com/\x26vt\x3d-1979808972264517134', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Notes on tech

Notes on technology, business, enterpreneurship, economy, markets along with interesting general tidbits.


Notification - user registration

7/16/2004 09:08:00 AM, posted by anand

Have started work on the user registration functionality. Hardly get time to work on it, but still inching my way towards completing it first, before taking up other more interesting parts of the project.

So basically, there is no concept of a username or password. You "register" with the system by entering your email address via the web interface. This email address is verified by sending out an thank-you email with a confirmation link to the users inbox. Once the user opens his/her email and clicks on the link, the system receives an HTTP request and accepts the user's entry into the system. If we dont hear back (as in user doesnt click on the link) for more than 3 days, then hasta-la-vista to the user's entry. btw, there is an option to cancel your search, but no option to change your email.
« Home

» Post a Comment