enhance: make active email validation configurable
This commit is contained in:
parent
522ddba3d7
commit
75d516011b
8 changed files with 61 additions and 8 deletions
|
@ -454,4 +454,9 @@ export class Meta {
|
|||
default: false,
|
||||
})
|
||||
public enableIpLogging: boolean;
|
||||
|
||||
@Column('boolean', {
|
||||
default: true,
|
||||
})
|
||||
public enableActiveEmailValidation: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue