enhance: make active email validation configurable
This commit is contained in:
@ -454,4 +454,9 @@ export class Meta {
|
||||
default: false,
|
||||
})
|
||||
public enableIpLogging: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
})
|
||||
public enableActiveEmailValidation: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user