diff --git a/src/Foundation.hs b/src/Foundation.hs index 13433ea3a..7810c9b4b 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -3457,6 +3457,7 @@ upsertCampusUser ldapData Creds{..} = do , UserSurname =. userSurname , UserTitle =. userTitle , UserEmail =. userEmail + , UserSex =. userSex , UserLastLdapSynchronisation =. Just now ] ++ [ UserLastAuthentication =. Just now | not isDummy ]