1
0

add: Require Approval for Signup

This commit is contained in:
Mar0xy
2023-10-18 02:41:36 +02:00
parent 5c7f517895
commit 2f2d88dcfc
24 changed files with 330 additions and 29 deletions
+1
View File
@@ -348,6 +348,7 @@ export type LiteInstanceMetadata = {
driveCapacityPerLocalUserMb: number;
driveCapacityPerRemoteUserMb: number;
emailRequiredForSignup: boolean;
approvalRequiredForSignup: boolean;
enableHcaptcha: boolean;
hcaptchaSiteKey: string | null;
enableRecaptcha: boolean;