add: Require Approval for Signup
This commit is contained in:
@@ -174,6 +174,11 @@ export class MiMeta {
|
||||
})
|
||||
public emailRequiredForSignup: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
public approvalRequiredForSignup: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user