This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/entityDefs/UserData.json
T
Yuri Kuznetsov bf72c8a4cc 2fa-email
2021-09-13 13:09:09 +03:00

30 lines
576 B
JSON

{
"fields": {
"imapHandlers": {
"type": "jsonObject"
},
"smtpHandlers": {
"type": "jsonObject"
},
"auth2FA": {
"type": "bool"
},
"auth2FAMethod": {
"type": "enum"
},
"auth2FATotpSecret": {
"type": "varchar",
"maxLength": 32
},
"auth2FAEmailAddress": {
"type": "varchar"
}
},
"links": {
"user": {
"type": "belongsTo",
"entity": "User"
}
}
}