Get a reset code Stage 1 of 2
(last 6 digits of long number from new Campus Card - leave blank if you are Atypical staff)
"; echo "
"; echo "
"; echo "

"; echo "You have opted out of password reset – please contact the IT Helpdesk directly - 0141 330 4800 or ithelpdesk@glasgow.ac.uk"; echo "

"; echo "
"; //***************************************** // Create pop-up //***************************************** //$oo1 = "You have opted out of password reset "; //$oo2 = "Please contact the IT Helpdesk"; //echo ""; } //***************************************** // Has a barcode, but hasn't supplied it //***************************************** if ($msg == '4') { echo "
"; echo "
"; echo "
"; echo "

"; echo "You need to supply the last 6 characters of the barcode from your University ID card – please try again, or contact the IT Helpdesk directly - 0141 330 4800 or ithelpdesk@glasgow.ac.uk"; echo "

"; echo "

"; echo "
"; //***************************************** // Create pop-up //***************************************** //$bc1 = "You need to supply the last 6 characters of the barcode from your University ID card"; //$bc2 = "Please try again, or contact the IT Helpdesk"; //echo ""; } //***************************************** // Invalid GUID or DOB //***************************************** if ($msg == '1') { echo "
"; echo "
"; echo "
"; echo "

"; echo "GUID and/or Date of Birth and/or Barcode incorrect - please try again, or contact the IT Helpdesk directly - 0141 330 4800 or ithelpdesk@glasgow.ac.uk
Please note -
GUIDs are in the following format:
Staff abc123a | Students 1234567a
"; echo "

"; echo ""; echo "
"; //***************************************** // Create pop-up //***************************************** //$allwrong = "GUID and/or Date of Birth incorrect – please try again, or contact the IT Helpdesk - ithelpdesk@glasgow.ac.uk"; //echo ""; } //***************************************** // No alternative email address //***************************************** if ($msg == '2') { echo "
"; echo "
"; echo "
"; echo "You do not have an alternative email address registered, or your alternative address is your UoG address, so we are unable to send your reset code to you.
"; echo "Please contact the IT Helpdesk directly - 0141 330 4800 or ithelpdesk@glasgow.ac.uk"; echo ""; echo "
"; //***************************************** // Create pop-up //***************************************** //$noaltemail1 = "You do not have an alternative email address registered, so we are unable to send your new password to you"; //$noaltemail2 = "Please contact the IT Helpdesk directly by sending an email to ithelpdesk@glasgow.ac.uk"; //echo ""; } //***************************************** // Password reset code sent //***************************************** if ($msg == '3') { echo "
"; echo "
"; echo "
"; echo "Thank you for using the GUID Password Reset Widget.
We've sent your password reset code and instructions to your $othermail account.
"; echo ""; echo "
"; //***************************************** // Create pop-up //***************************************** //$successmsg1 = "Thank you for using the GUID Password Reset Widget."; //$successmsg2 = "We've sent your password reset code and instructions to your $othermail account."; //echo ""; } //***************************************** // Compromised Account //***************************************** if ($msg == '6') { echo "
"; echo "
"; echo "
"; echo "There is a problem with your IT account.
This means that we are unable to reset your password at present.
"; echo "Please contact the IT Helpdesk directly - 0141 330 4800 or ithelpdesk@glasgow.ac.uk"; echo ""; echo "
"; //***************************************** // Create pop-up //***************************************** //$successmsg1 = "Thank you for using the GUID Password Reset Widget."; //$successmsg2 = "We've sent your password reset code and instructions to your $othermail account."; //echo ""; } ?>