Skip to main content

Indication and warning about password strength

Just came to my mind. Have this feature as core function during registration / password change would help improve users security.

Vanilla JS Password Strength Checker for Better Form Security | CSS Script

Jeff Mapes

this should be part of fluent auth too, or more importantly, right?

Drive Zone

JeffΒ agree, both.

Jorge de los Reyes

+1 to this.

WordPress already ships with the native password-strength meter (password-strength-meter.js + zxcvbn), and I know some users have been manually enabling that script in their own form plugins.

So even if FC doesn’t implement it, it’s already there in the core: I guess you can do the same and hook it with a bit of JS.

That said, having it natively in FluentCommunity just like in the WP auth flow would be a great addition. When it comes to security… more is rarely too much πŸ˜„

Would love to see a deeper integration with Fluent Auth too! πŸ†

Drive Zone

Ripon SarkarΒ πŸ™