http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7067 --- Comment #78 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to comment #77)
Hm, but delete_unverified_opac_registrations.pl doesn't do that does it? It deletes from borrower_modifications. But that's just for pending updates to existing patrons isn't it? Is that how it's supposed to work?
Either way, that script needs help added to it, and should not run without setting an explicit flag to proceed with deletions.
It doesn't touch modifications to existing borrowers. If someone submits a registration from the opac, but never clicks the verification link, that row will just sit in the borrower_modifications table forever. This script deletes rows that have been sitting in the table for more than 24 hours. I'll add some help to it, and while I'm at it, I can make the hours part configurable. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.