DaanHoogland commented on code in PR #8370:
URL: https://github.com/apache/cloudstack/pull/8370#discussion_r1433724617


##########
server/src/main/java/com/cloud/user/PasswordPolicy.java:
##########
@@ -79,8 +79,8 @@ public interface PasswordPolicy {
             "Advanced",
             String.class,
             "password.policy.regex",
-            ".+",
-            "A regular expression that the user's password must match. The 
default expression '.+' will match with any password.",
+            "",
+            "A regular expression that the user's password must match. By 
default no expression is used.",

Review Comment:
   @JoaoJandre , this means that empty passwords are allowed, right? If so, do 
we think this is ok?



-- 
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]

Reply via email to