Skip to content

jeffreykemp/jk64-plugin-passwordstrength

Repository files navigation

Password Strength Estimator APEX Plugin

A Dynamic Action Plugin for Oracle Application Express

When prompting your users to change their password, give them immediate feedback on how strong it (probably) is.

Based on the Low-Budget Password Strength Estimator

DEMO

https://apex.oracle.com/pls/apex/f?p=ZXCVBN&c=JK64

PRE-REQUISITES

INSTALLATION

  1. Download the latest release
  2. Import plugin dynamic_action_plugin_com_zxcvbn_password_strength.sql to your APEX app
  3. On the page with the password input item, add a Dynamic Action:
    • Event = Page Load
    • True Action = Password Strength Estimator [Plug-In]
    • Set Affected Elements (e.g. item name(s), or a jQuery selector)

LINKS

  • For more info refer to the WIKI