syyangs799 commented on issue #10394: URL: https://github.com/apache/dolphinscheduler/issues/10394#issuecomment-1152036000
Hello, I looked at the back-end source code and found that the password length is limited to 20 , but the length of ‘dolphinscheduler123456’ has exceeded the limit, so it cannot be modified. You can limit the length of the front end or modify the back end. If the back end needs to be modified, I can submit @davidzollo  org.apache.dolphinscheduler.api.utils.CheckUtils -> checkPassword() -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
