Actions
Bug #6210
closedTwo factor authentication showing if there's no authentication plugins enabled
Description
The two factor authentication isn't supposed to show if no two factor authentication plugins are enabled. This is just due to a goof in the IF check (forgot the count > 1) since the "None" value is included in the API response of UsersHelper::getTwoFactorMethods().
Actions