feat: allow admins to require invites before user accounts can be created (#3381)
* allow admins to require invites before user accounts can be created * use new dialog component for general confirmation dialogs
This commit is contained in:
@@ -77,6 +77,10 @@ class Team extends ParanoidModel {
|
||||
@Column
|
||||
sharing: boolean;
|
||||
|
||||
@Default(false)
|
||||
@Column
|
||||
inviteRequired: boolean;
|
||||
|
||||
@Default(true)
|
||||
@Column(DataType.JSONB)
|
||||
signupQueryParams: { [key: string]: string } | null;
|
||||
|
||||
Reference in New Issue
Block a user