google2fa-laravel
google2fa-laravel copied to clipboard
2FA prompted even with "is_2fa_enabled" false
I'm on laravel 5.4.36 and the package worked fine until I moved the structure to a new server. Now the middleware doesn't seem to take the "is_2fa_enabled" from my user table, and assume every user has 2fa enabled (triggering the one time password request page).
Is there a cache somewhere or a configuration that I have to change ?
@Thomas-lmre Could you please run php artisan config:cache
, and navigate to the domain's home page?