Releases: craftpulse/craft-password-policy
Releases · craftpulse/craft-password-policy
5.0.3
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
Fixed
- Fixed
Failed to instantiate component or class
on the assetbundle Thanks niektenhoopen
5.0.2
Fixed
- Fixed native type class constant as those are only allowed from PHP8.3+
5.0.1
Fixed
- ECS Style fixes
- Fixed PHP Stan Errors
5.0.0
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
5.0.0 Beta 1
Official Release for Craft 5
4.1.0
Version 4.0.0
4.0.0 2022-05-03
Changed
- Official Craft 4 Release
4.0.0 Beta 1
4.0.0-beta.1 - 2022-04-20
Added
- PHPStan Level 5
- Updated PHPDocs
- Updated Types
Changed
- Removed config.php file and support