Right-ydd opened a new issue #1403: Create user check URL: https://github.com/apache/incubator-dolphinscheduler/issues/1403 **Describe the bug** 当我创建用户时,用户信息输入不合规范(手机号未填写),如下图 : When creating a user, the method for entering user information is substandard (the mobile phone number is not filled in) as follows:  系统给出提示,如下图: The system prompts as follows:  相应的校验代码,如下图: The corresponding verification code is as follows:   userName、email、password、phone四个参数同时校验,但是当其中一个参数不合规范时给出的提示并没有对应到某一个不和规范的参数,而是提示userName是无效的 The userName, email, password, and phone parameters are checked at the same time, but the prompt given when one of the parameters does not meet the specifications does not correspond to a parameter that does not meet the specifications **To Reproduce** Steps to reproduce the behavior, for example: 1、创建用户 create user 2、不填写手机号 Do not fill in the phone number **Expected behavior** 希望当用户信息填写不符合规范时,可以提示哪一个参数不符合规范,最好前端也加上校验与提示 I hope that when the user information is not in compliance with the specifications, it can be prompted which parameters do not meet the specifications. It is best to add a check and prompt in the front end. **Screenshots** If applicable, add screenshots to help explain your problem. **Which version of Dolphin Scheduler:** -[1.2.0-preview] **Additional context** Add any other context about the problem here. **Requirement or improvement - Please describe about your requirements or improvement suggestions.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
