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().
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !1112
Actions