Plugin to determine the strength of password from input
Based on https://github.com/elboletaire/password-strength-meter
This plugin will calculate the input and show the bar with color code.
Usage :
1. drag the block to screen (optional : fill the options)
2. create action for the "validate" trigger
3. validate trigger will return true or false (true when strong password achieved)
4. use the true or false to your code (example : set button visibility using this boolean)