nauu opened a new pull request #1408: dolphinscheduler-#1403][bug]improve the check rules URL: https://github.com/apache/incubator-dolphinscheduler/pull/1408 ## What is the purpose of the pull request Fix bug #1403 . 1. When check failed, we don’t know whitch parameter has is wrong, Because username、password、email and phone were checks together. I refactored the check method ,Now it will return failed msg by each field. 2. The email check regex support [_|\-|\.]?) in createUser.vue, But it do not support in backend server , I fix it, Now they have same check regex both in frontend and backend. ## Brief change log - Edit UsersService.java - Edit Constants.java ## Verify this pull request - Manually verified the change by testing locally.
---------------------------------------------------------------- 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
