jetstrap icon indicating copy to clipboard operation
jetstrap copied to clipboard

2FA

Open paolocaccavo opened this issue 2 years ago • 4 comments

The 2FA cannot be enabled.

When in the profile page you click on enable and then you insert the password, then you scan the code, the two_factor_confirmed_at field in the users table remains null, so the 2FA isn't enabled at all.

  • OS: MAC OS 12.3.1
  • Browser Chrome
  • Version 100.0.4896.60

Additional context Laravel 9, PHP 8.1, jetstream v2.7.1, jetstrap v2.5.4

paolocaccavo avatar Apr 05 '22 13:04 paolocaccavo

@tsommie I see there is a similar closed issue but I think it's from some versions ago, probably some jetstream update broke things that were previously workin just fine...

paolocaccavo avatar Apr 05 '22 13:04 paolocaccavo

I'm getting the same issue

MichelJonkman avatar Apr 20 '22 14:04 MichelJonkman

To be clear, I'm using the inertia version

MichelJonkman avatar Apr 21 '22 09:04 MichelJonkman

I also experienced the same problem, but I temporarily solved it before the next update by disabling two factor confirmed at by commenting on the confirm section in the config/fortify.php file

Screenshot 2022-04-24 165445

aldisetiapambudi avatar Apr 24 '22 09:04 aldisetiapambudi