<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <META HTTP-EQUIV='expires' CONTENT='0'> <META HTTP-EQUIV='Cache-Control' CONTENT='no-cache'> <META HTTP-EQUIV='Pragma' CONTENT='no-cache'> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <style type="text/css"> .subtitle2 { width: 50%; font: small "Verdana", "Arial", "Helvetica", "sans-serif"; vertical-align: center; color: #234622} .helptitle2 { font: bold small "Arial", "Helvetica", "sans-serif"; color: #006600} .note2 { font: small "Arial", "Helvetica", "sans-serif"; color: #FF9900; text-align: justify} </style> <base href="https://chgpwd.eduhk.hk"> <title>Reset Password using your Registered Mobile Phone</title> <link rel="stylesheet" href="/intranetrevamp.css" type="text/css"> <link rel="stylesheet" href="/userprefs.css" type="text/css"> <script language="javascript"> function getConsent() { if (document.forgotPasswordForm.consent.checked == true) { document.forgotPasswordForm.submit.disabled = false; document.forgotPasswordForm.submit.className = "btn"; } else { document.forgotPasswordForm.submit.disabled = true; document.forgotPasswordForm.submit.className = "disbtn"; } } function resetForm() { document.forgotPasswordForm.reset(); getConsent(); } function reloadCaptcha(id) { var obj = document.getElementById(id); if (obj.src.indexOf("simple-alt") > 0) obj.src = "/captcha-demos/simple"; else obj.src = "/captcha-demos/simple-alt"; } </script> </head> <body bgcolor="#FFFFFF" scroll="auto" topmargin="0" leftmargin="0" rightmargin="0" marginwidth="0" onload="self.focus()" marginheight="0"> <table class="flyoutMenu" width="100%" cellpadding="2" cellspacing="0" border="0" style="border-top-width: 1px; border-right-width: 0px;border-bottom-width: 0px"> <tr><td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr><td class="hd1">Reset Password using your Registered Mobile Phone</td></tr> </table> </td></tr> </table> <br> <table border="0" cellspacing="0" width="100%" cellpadding="2"> <tbody><tr> <td class="subtitle">This system enables students and staff to reset both the EdUHK password and Google password provided that they have registered their valid mobile phone number in the e-SIS. It will send a one-time passcode via SMS message to the registered mobile phone after the necessary information has been submitted. This passcode can be used to reset the account password once. Students should update the e-SIS and Staff should update MyPersonnel in the Portal if they have changed their mobile phone number. Please kindly contact IT Help Desk at 2948 6601 or <a href="mailto:helpdesk@ocio.eduhk.hk">helpdesk@ocio.eduhk.hk</a> for further enquiry. (If you use non-local mobile phone number, please include the country code in front of the mobile phone number e.g. 861301234567)</td> </tr> </tbody> </table> <form name="forgotPasswordForm" method="POST" action="/servlet/userForgotPassword" autocomplete="off"> <input type="hidden" name="hidCaptchaID" value="FFECC5F242A7DB72A4B29114D171311E"/> <br> <table border="0" cellspacing="0" width="100%" cellpadding="2"> <tbody> <tr><td class="helptitle2">Please enter the information below:</td></tr> <tr> <td class="subtitle">Username (Format:s1234567 or taimchan):</td> <td valign="center"> <input type="text" size="12" maxlength="25" name="login_id" class="inputbox" value=""> </td> </tr> <tr> <td class="subtitle">Date of Birth (e.g. 0214 for Feburary 14th):</td> <td valign="center"> <input type="text" size="12" maxlength="4" name="dob" class="inputbox" value=""> </td> </tr> <tr> <td class="subtitle">Your registered mobile number (e.g.91234567):</td> <td valign="center"> <input type="text" size="12" maxlength="20" name="mobile" class="inputbox" value=""> </td> </tr> <tr> <td class="subtitle">Enter these letters: <img id="captchaImg" name="captchaImg" src="/captcha-demos/simple-alt" align="middle" border="1" /> </td> <td valign="center"> <input type="text" size="12" maxlength="10" name="inCaptchaChars" class="inputbox"> </td> </tr> <tr> <td>&nbsp;</td> <td class="subtitle"> <input type="checkbox" name="consent" id="consent" value="" onClick="getConsent();"/> I hereby agree to use mobile phone to receive the SMS message for this password reset request. </td> </tr> <tr> <td> <input style="width:248px;" type="button" value="Can't see the letters? Generate another set" onClick="reloadCaptcha('captchaImg');" class="btn" /> </td> <td valign="center"> <input type="submit" value="Next" id="submit" name="submit" disabled="true" class="disbtn"/> <input type="reset" value="Discard" class="btn" onClick="resetForm();"/> </td> </tr> </tbody></table> <br> </form> </body></html>