Password Length Policy
Character & Composition Rules
Multi-Factor Authentication
Anti-Pattern Penalties
Blocks paste in confirm password field
Password Manager Compatibility
Breach Response & Credential Hygiene
Weak or missing MFA support
Implement TOTP (authenticator apps) and FIDO2/WebAuthn hardware keys. Work toward passkeys as a passwordless option
Reference: NIST SP 800-63B §4.3.1
Anti-patterns detected (paste blocking, forced rotation, etc.)
Enable paste in all credential fields. Stop forcing periodic password rotation. Remove security questions as recovery
Reference: NIST SP 800-63B §5.1.1, §10.2.1
No breach detection
Check new passwords against known-breached lists (e.g. HaveIBeenPwned API). Notify users of relevant breaches
Reference: NIST SP 800-63B §5.1.1.2
Help the community by testing this policy yourself. Earn +5 karma for each verification.