Change your Password

"; echo "
"; echo "
"; echo "

"; echo "You have either used this password before, or it is not complex enough - please try again, or contact the IT Helpdesk - ithelpdesk@glasgow.ac.uk"; echo "

"; echo ""; echo "
"; //$allwrong = "GUID and/or reset code are invalid - please try again, or contact the IT Helpdesk - ithelpdesk@glasgow.ac.uk"; //echo ""; } //***************************************** // Invalid GUID or password //***************************************** if ($msg == '2') { echo "
"; echo "
"; echo "
"; echo "

"; echo "Supplied credentials are incorrect - visit password reset, or contact the IT Helpdesk - ithelpdesk@glasgow.ac.uk
Please note -
GUIDs are in the following format:
Staff abc123a | Students 1234567a
"; echo "

"; echo ""; echo "
"; //$allwrong = "GUID and/or reset code are invalid - please try again, or contact the IT Helpdesk - ithelpdesk@glasgow.ac.uk"; //echo ""; } //***************************************** // System failure //***************************************** if ($msg == '4') { echo "
"; echo "
"; echo "
"; echo "Unable to process your request - your password/GUID may be incorrect or you may have used this password before.
Please try again or contact the IT Helpdesk - ithelpdesk@glasgow.ac.uk.
"; echo "

"; echo ""; echo "
"; //$nl = "\\r\\n"; //$successmsg1 = "Thank you for using the GUID Password Reset Widget."; //$successmsg2 = "You have successfully reset your password."; //echo ""; } //***************************************** // Password reset //***************************************** if ($msg == '3') { echo "
"; echo "
"; echo "
"; echo "You have successfully changed your password
Remember to update your password settings on any mobile devices you use to access your email or University networks
"; echo "

"; echo ""; echo "
"; //$nl = "\\r\\n"; //$successmsg1 = "Thank you for using the GUID Password Reset Widget."; //$successmsg2 = "You have successfully reset your password."; //echo ""; } ?>