password-strength-mobile
Mobile icon

Password Strength Mobile

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 09 April 2019 by 
5.0
 (2 ratings)
password-strength-mobile

Password Strength Mobile

Documentation
1.0.0

This mobile plugin functionality is 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)