Skip to content

Commit

Permalink
Add the UUID without adding the UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 6, 2024
1 parent d2d1405 commit bd754d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ public function createInvite(User $user): string
'sn' => $normalizedSurname,
'mail' => Utils::politoMail($user->matricola),
'schacpersonaluniquecode' => $user->matricola,
'degreecourse' => $user->degreecourse
'degreecourse' => $user->degreecourse,
'weeeOpenUniqueId' => "not-yet-generated",
];

if (TEST_MODE) {
Expand Down

0 comments on commit bd754d4

Please sign in to comment.