You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/main/java/com/cloud/configuration/Config.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -984,7 +984,7 @@ public enum Config {
984
984
Integer.class,
985
985
"incorrect.login.attempts.allowed",
986
986
"5",
987
-
"Incorrect login attempts allowed before the user is disabled",
987
+
"Incorrect login attempts allowed before the user is disabled (when value > 0). If value <=0 users are not disabled after failed login attempts",
988
988
null),
989
989
// Ovm
990
990
OvmPublicNetwork("Hidden", ManagementServer.class, String.class, "ovm.public.network.device", null, "Specify the public bridge on host for public network", null),
0 commit comments