芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/extensions/users-permissions/models/User.settings.json
{ "kind": "collectionType", "collectionName": "users-permissions_user", "info": { "name": "user", "description": "" }, "options": { "timestamps": true, "draftAndPublish": false }, "attributes": { "username": { "type": "string", "minLength": 3, "unique": true, "configurable": false, "required": true }, "email": { "type": "email", "minLength": 6, "configurable": false, "required": true }, "provider": { "type": "string", "configurable": false }, "password": { "type": "password", "minLength": 6, "configurable": false, "private": true }, "resetPasswordToken": { "type": "string", "configurable": false, "private": true }, "confirmed": { "type": "boolean", "default": false, "configurable": false }, "blocked": { "type": "boolean", "default": false, "configurable": false }, "role": { "model": "role", "via": "users", "plugin": "users-permissions", "configurable": false }, "name": { "type": "string", "required": true, "minLength": 3, "maxLength": 20 }, "family": { "type": "string", "required": false, "maxLength": 20 }, "phoneNo": { "type": "biginteger", "required": true }, "avatarImage": { "type": "text" }, "nationalCode": { "type": "string" } } }