GitHub user nnesic opened a pull request:
https://github.com/apache/cloudstack/pull/1058
Shuffling the password to avoid having a subset of characters in fixed
positions.
Related to CLOUDSTACK-9052.
I am shuffling the characters in the password, to avoid having a certain
char type in fixed positions. I modified the tests accordingly to only check
that the different character types are present.
I think it would be good to remove the hard requirement to have at least
one of digits, upper-case, and lowercase chars, as it reduces the number of
possible combinations passwords can take. What do you think?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greenqloud/cloudstack pr/password_security
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1058.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1058
----
commit 376a56acf69de1b61a1869e2e223d65ed020062f
Author: nnesic <[email protected]>
Date: 2015-11-10T17:22:31Z
CLOUDSTACK-9052 Shuffling the password to avoid having a subset of
characters in fixed positions.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---