Skip to content

Releases: CakeDC/users

11.2.2

03 Nov 16:20
b81c51d
Compare
Choose a tag to compare

What's Changed

  • Fix issue with password rehash with a custom password field by @chav170 in #1051

Full Changelog: 11.2.1...11.2.2

11.2.1

03 Nov 16:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 11.1.1...11.2.1

11.1.1

03 Nov 16:19
Compare
Choose a tag to compare
  • Use url builder for login redirect

Full Changelog: 11.1.0...11.1.1

11.2.0

07 Dec 14:17
33af434
Compare
Choose a tag to compare

What's Changed

Full Changelog: 11.1.0...11.2.0

9.3.1

03 Nov 16:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.3.0...9.3.1

11.1.0

11 Mar 13:48
Compare
Choose a tag to compare
  • German (de) by @LordSimal
  • Fixed labels not using the right translation domain

11.0.0

10 Feb 12:08
Compare
Choose a tag to compare

Added support to CakePHP 4.3

  • Switched tests to new cakephp schema
  • Update to PHPUnit 9.5

9.3.0

21 Dec 11:18
d6b45a1
Compare
Choose a tag to compare

Added support to webauthn as Two-Factor Authentication

'Webauthn2fa' => [
        'enabled' => false,
        'appName' => null,//App must set a valid name here
        'id' => null,//default value is the current domain
        'checker' => \CakeDC\Auth\Authentication\DefaultWebauthn2fAuthenticationChecker::class,
    ],

NOTE: Webauthn also works with U2F yubico key devices.

9.2.1

25 Jun 11:43
Compare
Choose a tag to compare
  • Fixed the Entity is new on Change Password

9.2.0

14 Feb 01:53
434e274
Compare
Choose a tag to compare
  • Switch to github actions
  • New event AfterEmailTokenValidation
  • Remove deprecations