Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.6 KB

Release Notes for Password Policy

5.0.3 - 2025-01-07

Changed

  • Added services to a service trait

Fixed

  • Fixed a bug that could occur if the max length wasn't set, passwords always said "could not contain more than 0 characters".
  • Removed the "playground" from the settings to test the strength indicator, this was only meant for development.
  • Fixed an issue where the pwned option would always return that the password was compromised.
  • Fixed the issue where the assets would throw an error on the front-end, not finding the manifest path. (Thanks to Andrew Welch) #34

5.0.2.1 - 2024-12-19

Fixed

5.0.2 - 2024-12-16

Fixed

  • Fixed native type class constant as those are only allowed from PHP8.3+

5.0.1.1 - 2024-12-16

Fixed

  • More ECS fixes after PHPStan fixes

5.0.1 - 2024-12-16

Fixed

  • ECS Style fixes
  • Fixed PHP Stan Errors

5.0.0 - 2024-12-15

Added

  • Added a "Have I been pwned" validator #29
  • Added "Have I been pwned" through k-anonymity
  • Password Retention feature to determine on which time interval passwords should expire
  • Added the craft password-policy/retention/force-reset-passwords CLI command
  • Added the "Force Reset Passwords" Retention Utility

Changed

  • Refactored the password strength indicator, now using vanilla JS and TailwindCSS
  • Refactored all the validation rules