add MFA, user web mail portal
This commit is contained in:
@@ -19,6 +19,9 @@ type Mailbox struct {
|
||||
CreatedBy *int64
|
||||
TOTPSecret string
|
||||
TOTPEnabled bool
|
||||
// MFAExempt overrides [Auth] enforce_mailbox_mfa off for this mailbox specifically,
|
||||
// even if its domain isn't exempt.
|
||||
MFAExempt bool
|
||||
}
|
||||
|
||||
// MailboxSession is a self-service webmail portal login — a parallel schema to
|
||||
|
||||
Reference in New Issue
Block a user