invites: add "User Label" 1/2

Adds a "User Label" invite field, which is a label applied to users
created with it. This commit contains everything apart from the code to
apply it on account creation.
This commit is contained in:
Harvey Tindall
2023-09-08 14:29:25 +01:00
parent 4ea2dfdfb7
commit 7c76b58ab8
7 changed files with 57 additions and 17 deletions
+1
View File
@@ -129,6 +129,7 @@ interface Invite {
notifyCreation?: boolean;
profile?: string;
label?: string;
user_label?: string;
userExpiry?: boolean;
userExpiryTime?: string;
}