Please
enter your login ID (usually your e-mail address) in the
Login ID field below. If you can't remember your password
enter your login ID and check the box next to Forgot
My Password. Then click Login.
if($error==0) {
//No error indicators
}elseif($error==1){
print "I'm sorry, your username and password could not be authenticated. Please try again!";
}elseif($error==2){
print "A copy of your username and password will be mailed to you using the e-mail address on file. Please check your mail, then login again. ";
print "If you do not receive an e-mail, contact your system administrator $SERVER_ADMIN for furthur assistance.";
}elseif($error==3){
print "I'm sorry! You cannot be authenticated at this time. Your session may have been inactive too long, or lack permissions to access the requested page. Please log in again.";
}elseif(isset($error)){
print "I'm sorry! There was an undefined error while trying to authenticate your session. Please log in again.";
}
?>