Skip to content

Releases: CakeDC/users

14.3.0

05 Sep 18:33
85f055d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 14.2.1...14.3

13.0.2

05 Sep 18:32
f8c1876
Compare
Choose a tag to compare

What's Changed

Full Changelog: 13.0.1...13.0.2

14.2.1

24 May 04:55
590c8df
Compare
Choose a tag to compare

What's Changed

  • Improve docs and translations. Fix minor bugs with password meter by @ajibarra in #1088

Full Changelog: 14.2.0...14.2.1

14.2.0

08 May 09:14
556f13f
Compare
Choose a tag to compare

What's Changed

  • Add support for reCaptcha v3 and Password Meter by @ajibarra in #1086

Full Changelog: 14.1.1...14.2.0

14.1.1

08 May 08:48
2118436
Compare
Choose a tag to compare

What's Changed

  • Add config option to customize the user foreign key field in LockoutHandler by @AReveron in #1087

Full Changelog: 14.1.0...14.1.1

14.1.0

29 Mar 14:12
1d93a14
Compare
Choose a tag to compare

What's Changed

  • Feature/37116 by @ACampanario in #1078
  • Feature/account lockout policy by @rochamarcelo in #1082
  • Feature/account lockout policy by @rochamarcelo in #1083
  • New database migration added as part of the account lockout feature, please run migrations: bin/cake migrations migrate -p CakeDC/Users

Full Changelog: 14.0.1...14.1.0

11.2.7

12 Mar 15:29
558358e
Compare
Choose a tag to compare

What's Changed

  • fix: last login format to save, for cake4.4 by @arodu in #1080

Full Changelog: 11.2.6...11.2.7

14.0.1

12 Mar 00:00
Compare
Choose a tag to compare

What's Changed

  • load default 2fa authenticators by @skie in #1076

Full Changelog: 14.0.0...14.0.1

13.0.1

11 Mar 23:36
3ae0426
Compare
Choose a tag to compare

What's Changed

  • load default 2fa authenticators by @skie in #1076

11.3.5: Merge pull request #1075 from CakeDC/skie-patch-1

11 Mar 21:57
96b6b18
Compare
Choose a tag to compare

What's Changed

  • Update ci.yml with php8.2 and php8.3
  • fix: minor fix on last_login datetime format
  • Update Permissions.md
  • fix: config for updateLastLogin
  • fix: remove deprecated code on profile logic
  • feat:flash message on login, on cake4 by