Skip to content

Releases: craftpulse/craft-password-policy

5.0.3

07 Jan 20:17
Compare
Choose a tag to compare

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

19 Dec 08:05
Compare
Choose a tag to compare

Fixed

5.0.2

16 Dec 09:35
Compare
Choose a tag to compare

Fixed

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

5.0.1

16 Dec 09:22
Compare
Choose a tag to compare

Fixed

  • ECS Style fixes
  • Fixed PHP Stan Errors

5.0.0

15 Dec 21:05
Compare
Choose a tag to compare

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

11 Apr 19:06
Compare
Choose a tag to compare

Official Release for Craft 5

4.1.0

08 Mar 09:35
Compare
Choose a tag to compare

4.1.0 - 2023-03-08

Added

  • Feature Request: Force Password Update every 90 days #24

Version 4.0.0

04 May 08:20
Compare
Choose a tag to compare

4.0.0 2022-05-03

Changed

  • Official Craft 4 Release

4.0.0 Beta 1

20 Apr 10:37
Compare
Choose a tag to compare

4.0.0-beta.1 - 2022-04-20

Added

  • PHPStan Level 5
  • Updated PHPDocs
  • Updated Types

Changed

  • Removed config.php file and support

Version 1.1.0

16 Apr 14:17
Compare
Choose a tag to compare

1.1.0 - 2020-04-16

Fixed

  • Fixed an issue where the password strengthbar wasn't display correctly #16 Thanks to Zae

Removed

  • Removed the Have I been Pwned validation function - package not up to date with recent guzzle adapter / not maintained #13 #14 #15