fix(users): synchronise sex

This commit is contained in:
Gregor Kleen 2019-10-14 17:31:28 +02:00
parent a631d7545e
commit 25912e0616

View File

@ -3457,6 +3457,7 @@ upsertCampusUser ldapData Creds{..} = do
, UserSurname =. userSurname , UserSurname =. userSurname
, UserTitle =. userTitle , UserTitle =. userTitle
, UserEmail =. userEmail , UserEmail =. userEmail
, UserSex =. userSex
, UserLastLdapSynchronisation =. Just now , UserLastLdapSynchronisation =. Just now
] ++ ] ++
[ UserLastAuthentication =. Just now | not isDummy ] [ UserLastAuthentication =. Just now | not isDummy ]