- Compatible XF Versions
- 1.4
- 1.5
- Additional Requirements
- php 5.4+
[KL] Password Tools
Description
Source
This modification mostly follows the principles of Dan Wheelers password strength estimator zxcvbn. It does not weight password strength by their combination of upper/lower letters, special characters and numbers, but on how easy they are to crack in reality.
To increase the safety of your users account, you can force them to use passwords of a minimum length, minimum strength and even force them to exclude certain words from their passwords (like your site name, the topic your site refers to, etc.).
Features
No known incompatibilities.
Description
Source
This modification mostly follows the principles of Dan Wheelers password strength estimator zxcvbn. It does not weight password strength by their combination of upper/lower letters, special characters and numbers, but on how easy they are to crack in reality.
To increase the safety of your users account, you can force them to use passwords of a minimum length, minimum strength and even force them to exclude certain words from their passwords (like your site name, the topic your site refers to, etc.).
zxcvbn Readme said: said:
Features
- Show users how strong their passwords really are when it comes to crack-attempts
- Deliver instant feedback if password and password-confirm match and/or certain requirements are not met
- Force users to choose passwords with a minimum strength
- Force users to choose passwords with a minimum length
- Force users to chooce a password not containing words from a blacklist you define
- No cheating: This modification also controls users passwords on server side with Ben Jeavos php-implementation of zxcvbn.
- Easy styling through XenForo Style Properties
No known incompatibilities.