google2fa-laravel icon indicating copy to clipboard operation
google2fa-laravel copied to clipboard

2FA prompted even with "is_2fa_enabled" false

Open Thomas-lmre opened this issue 5 years ago • 1 comments

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 avatar Apr 14 '19 22:04 Thomas-lmre

@Thomas-lmre Could you please run php artisan config:cache, and navigate to the domain's home page?

WBDC avatar Jul 12 '19 18:07 WBDC