https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28786 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #22 from David Cook <dcook@prosentient.com.au> --- (In reply to Tomás Cohen Arazi from comment #18)
2FA secrets (and the same for overdrive tokens, etc) are not part of the 'patron' entity. Changing the model like this to avoid a new table has another side effects: you will need to remove it in Koha::Patron::to_api_mapping, and if we want to add routes for dealing with them, the code will look weird.
+1 We shouldn't overload the borrower table. We really should keep tables as normalized entities where performance permits. -- You are receiving this mail because: You are watching all bug changes.