Resource icon

XF 1 Tip Disable Two-Step Verification (config.php)

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,148
Points
823

Reputation:

LQD submitted a new 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 :mad: (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 (y)

Read more about this resource...
 
Top