diff --git a/inc/drivers_imap_pam.php b/inc/drivers_imap_pam.php index decb5d57..c49356e9 100644 --- a/inc/drivers_imap_pam.php +++ b/inc/drivers_imap_pam.php @@ -97,7 +97,7 @@ function IMAP_PAM_check($username, $password ){ 'username' => $username, 'user_active' => true, 'email' => $username . "@" . $c->authenticate_hook['config']['email_base'], - 'modified' => date(), + 'modified' => date('c'), 'fullname' => $fullname )); if ( ! $principal->Exists() ) {