https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32011
--- Comment #18 from Jonathan Druart <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
