Releases: CakeDC/users
Releases · CakeDC/users
14.3.0
What's Changed
- Update Translations.md by @MarwanSalim in #1089
- Fix named parameter issue in _createSocialUser method for findExistingForSocialLogin #1091 by @robitmoh in #1092
- Bug #1084 Fix issue with avatar images long URL by @flohdez in #1094
- #1096: fixed
findExistingForSocialLogin
finder by @arusinowski in #1097
New Contributors
- @MarwanSalim made their first contribution in #1089
- @robitmoh made their first contribution in #1092
Full Changelog: 14.2.1...14.3
13.0.2
What's Changed
- respond with a generic message instead of 'That account does not exist' by @ACampanario in #1079
- #1096: fixed
findExistingForSocialLogin
finder by @arusinowski in #1098
Full Changelog: 13.0.1...13.0.2
14.2.1
14.2.0
14.1.1
14.1.0
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
14.0.1
13.0.1
11.3.5: Merge pull request #1075 from CakeDC/skie-patch-1
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