In case user loses the access, admin should be able disable (remove) 2FA codes of a user account.
User can then go back and re-scan the QR code to reconfigure their device.
Additionally, a new artisan command will also help if admin loses access.
The command should be like the following.
$ php artisan SR:Reset2FA user@domain.name
In case user loses the access, admin should be able disable (remove) 2FA codes of a user account.
User can then go back and re-scan the QR code to reconfigure their device.
Additionally, a new artisan command will also help if admin loses access.
The command should be like the following.
$ php artisan SR:Reset2FA user@domain.name