liusishan opened a new pull request, #4977: URL: https://github.com/apache/shenyu/pull/4977
<!-- Describe your PR here; eg. Fixes #issueNo --> * fix password rules, add special characters `#` and `.` password rule is Minimum length of 8, including upper and lower case letters, numbers and special characters The password eg: ShenYu#=123 ShenYu=.123 can not pass the password rule now due the rule think #. are not special characters. But the characters #. are password special characters that we use frequently. User can not find what the problem when them use this characters to change password. Modified unit tests and passed. This is my inaugural pull request (PR) submission. I used #4727 as a reference for the formatting. If there are any areas that require refinement, I am committed to making prompt adjustments. <!-- Thank you for proposing a pull request. This template will guide you through the essential steps necessary for a pull request. --> Make sure that: - [x] You have read the [contribution guidelines](https://shenyu.apache.org/community/contributor-guide). - [x] You submit test cases (unit or integration tests) that back your changes. - [x] Your local test passed `./mvnw clean install -Dmaven.javadoc.skip=true`. -- 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]
