From 022a4db05a078a4d2804ca4bac7782db7a51a666 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 8 Feb 2022 21:40:29 +0100 Subject: [PATCH] chore(model): add ePPN type --- src/Model/Types/Common.hs | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/Model/Types/Common.hs b/src/Model/Types/Common.hs index 8429dfc6b..91fb5996e 100644 --- a/src/Model/Types/Common.hs +++ b/src/Model/Types/Common.hs @@ -18,13 +18,14 @@ type Points = Centi type Email = Text -type UserTitle = Text -type UserFirstName = Text -type UserSurname = Text -type UserDisplayName = Text -type UserMatriculation = Text -type UserEmail = CI Email -type UserIdent = CI Text +type UserTitle = Text +type UserFirstName = Text +type UserSurname = Text +type UserDisplayName = Text +type UserIdent = CI Text +type UserMatriculation = Text +type UserEmail = CI Email +type UserEduPersonPrincipalName = CI Email type StudyDegreeName = Text type StudyDegreeShorthand = Text