[Koha-bugs] [Bug 28786] Two-factor authentication for staff client - TOTP

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 17 14:58:01 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786

--- Comment #65 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
+    my $require_2FA = ( C4::Context->preference('TwoFactorAuthentication') &&
$type ne "OPAC" ) ? 1 : 0;

Seems okay, but just intuitively had some doubts if we block too much with
$type not equal.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list