Display a visual password indicator while inserting a (new) password
Display up to 5 levels of password strength that are being coloured while inserting a password to encourage inserting the strongest passwords.
Visual representation for password strength.
Place the widget below a password input field. Add a class to your password input (this should be unique). Type the same class within the widget. Adjust levels and/or texts that are used inside the widget
- Install NPM package dependencies by using:
npm install. If you use NPM v7.x.x, which can be checked by executingnpm -v, execute:npm install --legacy-peer-deps. - Run
npm run startto watch for code changes. On every change:- the widget will be bundled;
- the bundle will be included in a
distfolder in the root directory of the project; - the bundle will be included in the
deploymentandwidgetsfolder of the Mendix test project.
none known at this moment.