TekAdmin V3.2 Patch 013 Copyright (c) 2000-2007. Intuit Inc. All Rights Reserved. 6/14/2007 Please refer to the TekPortal Installation Guide V3.2 for installation instructions. Changes: ISSUE: CSC000694 and CSC000695 TekAdmin web.xml issues --- RESOLUTION: Adding leading / to url-pattern and xml and doctype elements to the header. CSC000759: Time Lock on Admin ID --- Added feature to set the number of days for timelock and to allow AA Admin ability to unlock admins who are timelocked. --- Added feature to set the number of days for timelock and to allow AA Admin ability to unlock admins who are timelocked. --- Added "UI.logonTimeLockDays" property to TekAdmin.Default.properties. The property sets the number of days to timelock the admin. The check first looks at the LOGON_LAST_DATE. If that is null, calculation is done from the LOGON_START_DATE value. --- AA Admin have the ability to unlock admins who are timelocked. The admin maintenance page will show a status of "Time-locked" for all time-locked admins. AA Admin can click on "Enable" to unlock these users. It will update the LOGON_START_DATE to the current date. The LOGON_START_DATE will be after the LOGON_LAST_DATE. --- Removed JavaScript to prevent double POSTing.