Releases: CakeDC/users
Releases · CakeDC/users
8.0.1
8.0.0
- Added new events Users.Component.UsersAuth.onExpiredToken and Users.Component.UsersAuth.afterResendTokenValidation
- Added 2 factor authentication checkers to allow customization
- Added Mapper classes to social auth services as a way to generalize url/avatar retrieval
- Fix issues with recent changes in Facebook API
- Added new translations
- Improved customization options for recaptcha integration
7.0.2
7.0.1
7.0.0
6.0.1
2.2.0
6.0.0
5.2.0
- Compatible with 3.5, deprecations will be removed in next major version of the plugin
- Username is now custom in SocialBehavior
- Better handling of the RememberMe checkbox
- Updated CakeDC/Auth to use ^2.0
- Use of UsersMailer class, and allow override of the emails sent by the plugin
- Better token generation via randomBytes
- Improved documentation
- Fixed bugs reported