Supports fixed, rotating, overnight, and temporary employee schedules.

: For access databases, locate the att2000.mdb file (typically in the installation directory), open it, navigate to the userinfo table, and delete the contents of the SECURITYFLAGS and PASSWORD fields for the administrator account. For SQL Server databases, execute: update userinfo set securityflags=null, password=null .