glowingblue / password-strength
Low-budget password strength estimation for your Flarum forum.
Package info
github.com/glowingblue/flarum-ext-password-strength
Language:JavaScript
Type:flarum-extension
pkg:composer/glowingblue/password-strength
4.0.0
2024-01-04 16:06 UTC
Requires
- flarum/core: ^1.2.0
Conflicts
This package is auto-updated.
Last update: 2026-03-04 20:34:26 UTC
README
Low-budget password strength estimation for your forum.
Click to view settings screenshot
🦸 Features
- Based on zxcvbn-ts.
- Password strength is labeled as 'Weak', 'Could be stronger' and 'Strong'.
- Customizable display modes.
- Compatible with
nearata/flarum-ext-signup-confirm-password.
📥 Installation
composer require glowingblue/password-strength:*
♻ Updating
composer update glowingblue/password-strength php flarum cache:clear
🚫 Conflicts
glowingblue/password-strengthdoesn't work withtherealsujitk/flarum-ext-show-passwordwhich can be removed, asglowingblue/password-strengthadds a very similar functionality.
📖 Usage
Just enable the extension and customize if you wish.
📝 To-do
- I have no idea about how to implement it inside the reset password blade but you're very welcome to guide me or open a pull request on GitHub.