Pavan-Nambi commented on issue #6861:
URL: https://github.com/apache/cloudstack/issues/6861#issuecomment-1403522270
and adding something like this ` static final ConfigKey<Integer>
vmPasswordComplexity = new ConfigKey<Integer>("Advanced", Integer.class,
"vm.password.complexity", "1", "Specifies the complexity of a randomly
generated password", false);
` in this
[file](https://github.com/apache/cloudstack/blob/main/server/src/main/java/com/cloud/server/ManagementServerImpl.java])
and changing logic as suited in `generateRandomPassword()` will do?
--
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]