I am having issues with ‘Password Expiration’ email template. We have ${dayToExpire} variable returning negative days when user is set to change password on next login (pwdlastset set to 0). Connector is returing the ‘PASSWORD LAST CHANGED’ as Dec 31, 1600, 7:03 PM which is why the days password will expire in is calculated as negative. Is there a solution to this or can we force to ignore/stop sending email when the date is negative? OR can we return the accurate value for PASSWORD LAST CHANGED at connector level?