Table of Contents |
---|
To check the strength of the password (Calculated entropy returned from the algorithm) and return it to the caller while creating an account or updating a user's password.
Try to enable an interface that can be implemented as a plugin and injected at necessary places for any type of password strength checker. This way we can make sure each component/plugin can have plugins to check
password strengths on their own way.
Add new Inerface "org.apache.cloudstack.security.password.PasswordChecker.java" to "server".
Sample:
<code>
</code>