Initial commit
This commit is contained in:
23
application/Espo/Resources/metadata/entityDefs/UserData.json
Normal file
23
application/Espo/Resources/metadata/entityDefs/UserData.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"fields": {
|
||||
"auth2FA": {
|
||||
"type": "bool"
|
||||
},
|
||||
"auth2FAMethod": {
|
||||
"type": "enum"
|
||||
},
|
||||
"auth2FATotpSecret": {
|
||||
"type": "varchar",
|
||||
"maxLength": 32
|
||||
},
|
||||
"auth2FAEmailAddress": {
|
||||
"type": "varchar"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"user": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user