Closed Pingu501 closed 2 years ago
At the moment only one second factor per user is checked: https://github.com/sandstorm/NeosTwoFactorAuthentication/blob/e58561bf3dedf5ea08c4999a0e4a03de264a0728/Classes/Security/Authentication/Provider/PersistentUsernameAndPasswordWithSecondFactorProvider.php#L46
The provider should check all factors and match if one was correct.
was solved with 491ec39b and release in version 1.0.2
At the moment only one second factor per user is checked: https://github.com/sandstorm/NeosTwoFactorAuthentication/blob/e58561bf3dedf5ea08c4999a0e4a03de264a0728/Classes/Security/Authentication/Provider/PersistentUsernameAndPasswordWithSecondFactorProvider.php#L46
The provider should check all factors and match if one was correct.