Skip to content

Releases: CakeDC/users

8.0.1

15 Nov 17:14
989873e
Compare
Choose a tag to compare
  • Fix 2fa link querystring

8.0.0

13 Nov 09:50
3570ad2
Compare
Choose a tag to compare
  • 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

20 Jun 08:50
2fc40f2
Compare
Choose a tag to compare
  • Fixed an issue with 2FA only working on the second try

7.0.1

13 Jun 13:18
de13b7e
Compare
Choose a tag to compare
  • Fixed a security issue in 2 factor authentication, reported by @ndm2
  • Updated to cakedc/auth ^3.0
  • Documentation fixes

7.0.0

20 Apr 07:50
0dc1802
Compare
Choose a tag to compare

This version requires CakePHP 3.6+

  • Removed deprecations for CakePHP 3.6
  • Added a new UsersAuthComponent::EVENT_AFTER_CHANGE_PASSWORD
  • Updated docs

6.0.1

06 Mar 16:53
2b609d4
Compare
Choose a tag to compare
  • Fix beforeRegister event bug causing to register a user twice.
  • Fix password re-hash on beforeRegister event.

2.2.0

02 Feb 16:20
6b33627
Compare
Choose a tag to compare
  • Upgrade plugin for compatibility with CakePHP 2.10
  • Remove deprecations

6.0.0

12 Dec 13:37
3fe8d0a
Compare
Choose a tag to compare
  • Removed deprecations and orWhere usage
  • Amazon login implemented
  • Fixed issues with login via twitter
  • Updated Facebook Graph version to 2.8
  • Fixed flash error messages on logic
  • Added link social account feature for twitter
  • Switched to codecov

5.2.0

04 Oct 14:47
Compare
Choose a tag to compare
  • 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

5.1.0

24 Aug 10:28
Compare
Choose a tag to compare
  • New resend validation method in RegisterBehavior
  • Allow upgrade to CakePHP 3.5.x
  • New feature connect social account
  • New polish translations
  • Fixed bugs reported