Login to follow
Password Strength Plugin

Password Strength Plugin (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 16 June 2023 by Ifabula Digital Kreasi
Password Strength Plugin

Password Strength Plugin (ODC)

Documentation
0.1.0

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:

  • "Validate" boolean value - true or false (true when strong password achieved)
  • "Indicator" text value which return weak, good, or strong

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