-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Milestone
Description
Description:
Server Setup Information:
- Version of Rocket.Chat Server: 0.63.1
- Operating System: Ubuntu 16.04
- Deployment Method(snap/docker/tar/etc): docker
- Number of Running Instances:
- DB Replicaset Oplog:
- Node Version: v8.11.1
- mongoDB Version: v3.6.3
Hello! problem with Accounts_CustomFields of user registration. Rocket.Chat version 0.63.1 from Docker.
Settings CustomFields:
{
"Mobile | Exten": {
"type": "text",
"required": true,
"minLength": 9,
"maxLength": 16
},
"Office_phone": {
"type": "text",
"required": false,
"minLength": 3,
"maxLength": 3
},
"Office": {
"type": "text",
"required": false,
"minLength": 3,
"maxLength": 12
},
"Department": {
"type": "select",
"defaultValue": "pb",
"options": ["pb", "rm", "db"],
"required": true
}
}
Metadata
Metadata
Assignees
Labels
No labels
