glowingblue / flarum-ext-password-strength

Low-budget password strength estimation for your Flarum forum.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Strength Indicator for Flarum

MIT license Latest Stable Version Total Downloads

Low-budget password strength estimation for your forum.

Indicator

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 with therealsujitk/flarum-ext-show-password which can be removed, as glowingblue/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.

πŸ”— Links

About

Low-budget password strength estimation for your Flarum forum.

License:MIT License


Languages

Language:JavaScript 62.2%Language:PHP 28.7%Language:Less 9.1%