fix(users): synchronise sex
This commit is contained in:
parent
a631d7545e
commit
25912e0616
@ -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 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user