[Koha-bugs] [Bug 32011] 2FA - Problem with qr_code generation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 28 09:10:40 CEST 2022


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

--- Comment #18 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Jonathan Druart from comment #17)
> Try with a very long userid.


otpauth://totp/QcQ4WNT:QcQ4WNT_QAQDfB8?secret=3ml253y4p3er7axhrwdlz6by2e&issuer=QcQ4WNT

vs

otpauth://totp/BtwjEx:BtwjEx_wp9YPWXB91qaOkkwuxT9GydFBV9cMeUlHOLMDrn0?secret=qxiff74gn7jtdiengrfnpreywu&issuer=BtwjEx

And 
 78     my $issuer = $patron->library->branchname;
 79     my $key_id = sprintf "%s_%s",
 80       $issuer, ( $patron->email || $patron->userid );

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


More information about the Koha-bugs mailing list