the-turk/flarum-password-strength

This package is abandoned and no longer maintained. The author suggests using the glowingblue/password-strength package instead.

Low-budget password strength estimation for your Flarum forum.

Installs: 1 283

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 3

Open Issues: 7

Language:JavaScript

Type:flarum-extension

1.0.2 2020-07-27 10:12 UTC

README

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 (by DropBox).
  • Password strength is labeled as 'Weak', 'Could be stronger' and 'Strong'.
  • Customizable display modes.

Installation

composer require the-turk/flarum-password-strength

Updating

composer update the-turk/flarum-password-strength
php flarum cache:clear

Usage

Just enable the extension and customize if you wish.

ToDo

  • 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