Password strength validator

<< Click to Display Table of Contents >>

Navigation:  Widgets >

Password strength validator

Overview

The Password strength Widget for Bizagi is available for download at Bizagi Widget Xchange.

Through this Widget, you will be able to display a password field that validates the definition of strong passwords, directly in your processes.

 

PasswordS_teaser

 

For instance, you may use it for an input which requires double verification and as a masking option:

 

PasswordS_teaser2

 

 

Before you start

In order to test and use this Widget, you will need:

1.Bizagi Studio previously installed.

2.This specific Widget previously installed, either as described at https://help.bizagi.com/platform/en/index.html?widget_xchange.htm, or as described at https://help.bizagi.com/platform/en/index.html?widgets_manualinst.htm.

 

Data model considerations

In order to use this Widget, you need in your data model:

A string type attribute which holds the password you want to validate for and store.

 

PasswordS_datamodel

 

Properties configuration

In order to configure this Widget once it is installed in your project, include it in any form and set it properties in the Forms designer, just as you would do with any other type of Bizagi control.

 

PasswordS_forms

 

Consider the following properties.

 

PROPERTY

POSSIBLE VALUES

DEFAULT VALUE / SUGGESTED

Data binding

A string type attribute which holds the password.

Not applicable.

This property is mandatory.

Password label

A label to use to clarify that the end user is expected to input a new password definition.

Password

Minimum length

The number of minimum characters a password has to include in order to be considered strong.

6

View confirmation field

Enables the use of double verification, implying an extra field to make sure that inputted information matches its verification.

true

Validate password

Enables the use of an algorithm to validate that inputted information complies to a strong password policy.

true

Strong password level

The level of strength involved in the algorithm that validates the input. Possible values are:

High

Medium

Low

High

 

note_pin

Notice all Bizagi controls and Widgets, enable a visible property which allows you to set if that control should be displayed in a given form or not (e.g, by using a business rule).

This Widget enables this property as well as editable and required.

 

Para una documentación completa o información adicional sobre las posibilidades de este Widget (p.ej, si desea personalizarlo o extenderlo), consulte la información sobre la implementación del plugin de jQuery en http://github.com/danpalmer/jquery.complexify.js.


Last Updated 10/28/2022 9:59:25 AM