Skip to content

Incorrect display Accounts_CustomFields from register form #10453

@echohes

Description

@echohes

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
	}
}

Registration form view:
screenshot_2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions