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

View File

@@ -41,6 +41,8 @@
"profile": "Profile",
"unknown": "Unknown",
"label": "Label",
"userLabel": "User Label",
"userLabelDescription": "Label to apply to users created with this invite.",
"logs": "Logs",
"announce": "Announce",
"templates": "Templates",
@@ -223,4 +225,4 @@
"plural": "Extended expiry for {n} users."
}
}
}
}