Skip to content

Commit

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

if (TEST_MODE) {
Expand Down

0 comments on commit ba37db4

Please sign in to comment.