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
2024-12-05 15:49:40 +02:00

24 lines
436 B
JSON

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