hedera-web/back/common/models/user.json

24 lines
438 B
JSON
Raw Permalink Normal View History

2020-05-06 16:44:42 +00:00
{
"name": "user",
"base": "User",
2020-06-29 11:31:48 +00:00
"options": {
"mysql": {
"table": "salix.user"
}
},
2020-05-06 16:44:42 +00:00
"idInjection": true,
"properties": {},
"restrictResetPasswordTokenScope": true,
2020-06-29 11:31:48 +00:00
"emailVerificationRequired": false,
2020-05-06 16:44:42 +00:00
"validations": [],
"relations": {},
"acls": [
{
"principalType": "ROLE",
"principalId": "$everyone",
"accessType": "READ",
"permission": "ALLOW"
}
],
"methods": []
}