Plugin to determine the strength of password (weak, good, or strong) with percentage available from the input field.
Based on https://github.com/elboletaire/password-strength-meter
This plugin will calculate the input value and show the result with details: percentage, message, and bar with color code.
-----------------------------
Usage :
1. Drag the "PasswordStrength" block to the screen (optional: fill or change the options if needed)
2. Create action handler for the "validate" event
3. "validate" event will return two parameters:
4. Use the parameter as needed to your code (example: set "Save Password" button to disabled if the validate return false)
For reference, check OS11 version at: https://www.outsystems.com/forge/component-overview/5627/password-strength-mobile