nascent-africa / jetstrap

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.
https://github.com/nascent-africa/jetstrap
MIT License
709 stars 119 forks source link

2FA #79

Open paolocaccavo opened 2 years ago

paolocaccavo commented 2 years ago

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.

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

paolocaccavo commented 2 years ago

@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...

MichelJonkman commented 2 years ago

I'm getting the same issue

MichelJonkman commented 2 years ago

To be clear, I'm using the inertia version

aldisetiapambudi commented 2 years ago

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