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": []
|
|
|
|
}
|