Reset Your Password

END; if ($ID=='') { print <<
Faculty ID:
NOTE: Your Faculty ID/Username for the LLC is not the same as your Portal Login.

Your Faculty ID is the first letter of your first name and the first 7 letters of your last name or fewer letters if your last name is shorter. For example, if your name is Gray Davis, your ID would be gdavis, if your name is Arnold Schwarzenegger, then your ID would be aschwarz. If there are any special characters like '-' or space in your last name, they will not be included in your ID. If you are not sure about your ID, please call the LLC at 909-274-4580.


END; } else { $query = "select Question from SR_instructor where InstructorID='$ID'"; $result = mysql_query($query, $connection) or die ("Error in query: $query. " . mysql_error()); $row = mysql_fetch_array($result); if ($row[0]=='') { print "

You didn't set your security question, you have to call the LLC to reset your password.

"; } else { print <<
Faculty ID: $ID
New Password:
Confirm New Password:
Secure question: $row[0]
Answer:


END; } } print << END; ?>