Adds verification rules for user passwords in plone.
- evaluate libraries like https://pypi.org/project/password-validator/ or https://pypi.org/project/zxcvbn/ for password strength,
- avoid password reuse, memoizing last password hashes,
- manage password expire
- force password reset
This add-on can be seen in action at the following sites: - Is there a page on the internet where everybody can see the features?
Full documentation for end users can be found in the "docs" folder, and is also available online at http://docs.plone.org/foo/bar
This product has been translated into
- Klingon (thanks, K'Plai)
Install pas.plugins.passwordstrength by adding it to your buildout:
[buildout]
...
eggs =
pas.plugins.passwordstrength
and then running bin/buildout
Provided by awesome people ;)
Put your name here, you deserve it!
- ?
- Issue Tracker: https://github.com/RedTurtle/pas.plugins.passwordstrength/issues
- Source Code: https://github.com/RedTurtle/pas.plugins.passwordstrength
- Documentation: https://docs.plone.org/foo/bar
If you are having issues, please let us know. We have a mailing list located at: project@example.com
The project is licensed under the GPLv2.