I often work on several local installation at home, and this verification was returned each login :mad: (even with the permission to NO)
So here's a way to stop Two-Step Verification ;)
In /library/config.php/, after <?php, add:
$config['enableTfa'] = false;
_______________________________...