Please contact your Benefits Specialist."; } else{ $sql = "SELECT username,name,ssn,update_on,locked,password_change FROM WHOI_USERS_TBL WHERE STRCMP(BINARY username,'".mysql_real_escape_string($_POST['username'],$conn_id)."') = 0 AND STRCMP(BINARY password,'".mysql_real_escape_string($_POST['password'],$conn_id)."') = 0"; $result = DB_exec($dbname,$sql); if(DB_num_rows($result) > 0){ list($username,$name,$soc,$update_on,$locked,$password_change) = DB_fetch_array($result); $currentSession["username"] = $username; $currentSession["soc"] = $soc; $currentSession["update_on"] = $update_on; $currentSession["invalid_count"] = 0; $currentSession["password_change"] = $password_change; $sql = "INSERT INTO CMS_RECORDS_TBL (company,username,name,soc) VALUES ('" . $currentSession["title"] . "','$username','$name','$soc')"; DB_exec($dbname,$sql); header("Location: template.php4?doc_uid=".urlencode($doc_uid)); exit(); } else{ $invalid = true; $currentSession["invalid_count"]++; if($currentSession["invalid_count"] >= 3){ $sql = "UPDATE WHOI_USERS_TBL SET locked='1' WHERE username='".$username."'"; DB_exec($dbname,$sql); $currentSession["invalid_count"] = 0; $msg = "This account has been locked.
Please contact your Benefits Specialist."; } } } } ?> <?=$currentSession["title"]?>





Please login below:

INVALID LOGIN
Username:
Password:

Welcome to your personalized online benefit statement. Your updated 2012 statement has been re-set to the default login. The default (case-sensitive) User Name for your statement is your first initial and last name (for example, Terry Smith would type in TSmith). The default password is the last four digits of your Social Security Number. When you log in, you will be required to choose a new password and you will have the option to change your User Name – please remember this updated information for future logins. Please contact Human Resources at extension 2253 if you need assistance.