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
https://apex.oracle.com/pls/apex/f?p=ZXCVBN&c=JK64
- Download the latest release
- Import plugin dynamic_action_plugin_com_zxcvbn_password_strength.sql to your APEX app
- 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)
- For more info refer to the WIKI