Allan
Well-known member
Allan submitted a new resource:
Disable Two-Step Verification (config.php) - Disable Two-Step Verification (config.php)
Read more about this resource...
Disable Two-Step Verification (config.php) - Disable Two-Step Verification (config.php)
I often work on several local installation at home, and this verification was returned each login (even with the permission to NO)
So here's a way to stop Two-Step Verification
- In /library/config.php/, after <?php, add:
Code:$config['enableTfa'] = false;
_______________________________
Thanks to @Chris D for this tip
Read more about this resource...