Releases: sandstorm/NeosTwoFactorAuthentication
Releases · sandstorm/NeosTwoFactorAuthentication
1.4.0
What's Changed
- TASK: Allow administrators to remove last second factor of users by @JamesAlias in #35
- FEATURE: Show OTP secret code at setup after login and in backend module by @JamesAlias in #33
- FEATURE: Add creationDate to SecondFactor and ordering to second factor list in backend by @JamesAlias in #34
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Add options to enforce 2FA for user roles and/or authentication providers by @vcg-development in #28
New Contributors
- @vcg-development made their first contribution in #28
Full Changelog: 1.2.3...1.3.0
1.2.3
What's Changed
- Cleanup look, finish translations, add German translation by @lorenzulrich in #27
New Contributors
- @lorenzulrich made their first contribution in #27
Full Changelog: 1.2.2...1.2.3
1.2.2
What's Changed
- TASK: Add autofocus to 2FA input field by @Benjamin-K in #26
New Contributors
- @Benjamin-K made their first contribution in #26
Full Changelog: 1.2.1...1.2.2
1.2.1 BUGFIX: Correctly cascade deletion of second factor when deleting user
What's Changed
- BUGFIX: Correctly cascade deletion of second factor when deleting user by @JamesAlias in #24
Full Changelog: 1.2.0...1.2.1
1.2.0 Feature: allow setting the Issuer name for OTP
What's Changed
- Feature: allow setting the Issuer name for OTP by @hphoeksma in #21
Full Changelog: 1.1.2...1.2.0
1.1.2 Patch for invalid 2FA form action
1.1.1 Patch for PHP 7.x
What's Changed
- Fix php 7.4 compatibility issues by @hphoeksma in #18
New Contributors
- @hphoeksma made their first contribution in #18
Full Changelog: 1.1.0...1.1.1
1.1.0 Feature: add setting to enforce 2FA
What's Changed
- FEATURE: Enforce 2FA by @JamesAlias, @Pingu501 and @lorenzulrich in #14
We refactored the second factor authentication process under the hood to use a middleware instead of authentication token/provider, but introduced no breaking changes.
To enable the new feature add the following in your settings:
Sandstorm:
NeosTwoFactorAuthentication:
# enforce 2FA for all users
enforceTwoFactorAuthentication: true
Full Changelog: 1.0.5...1.1.0
1.0.5: Merge pull request #11 from bwaidelich/patch-1
Allow doctrine migrations to be run on MySQL