XF 2.2 Two-step verification required although turned off

USY

Active member
Hi,

First Member Group:
1643477610989.png
Second Member Group
1643477682001.png

Also permission analysis, show No
1643477497652.png

regardless, the user is asked for two-step verification:
1643477754909.png


How can this be ?
 
The permission forces it.

Members can still set it up in their account if they wish.
Tell the member to disable it if they don't want it.
 
  • Like
Reactions: USY
You can also add this to your config.php file if you want to disable two-step verification completely:

$config['enableTfa'] = false;
 
  • Like
Reactions: USY
Back
Top Bottom