glowingblue / password-strength
Low-budget password strength estimation for your Flarum forum.
Installs: 5 220
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Open Issues: 0
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
Conflicts
This package is auto-updated.
Last update: 2024-11-04 17:52:21 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-strength
doesn't work withtherealsujitk/flarum-ext-show-password
which can be removed, asglowingblue/password-strength
adds 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.