liusishan opened a new pull request, #309: URL: https://github.com/apache/shenyu-dashboard/pull/309
* 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. before:  after:  This is my inaugural pull request (PR) submission. I used https://github.com/apache/shenyu-dashboard/pull/287 as a reference for the formatting. If there are any areas that require refinement, I am committed to making prompt adjustments. -- 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]
