https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41094 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |release-notes-needed CC| |david@davidnind.com --- Comment #11 from David Nind <david@davidnind.com> --- Testing notes (using KTD): 1. I used Mary Burton's account for testing (borrowernumber=49). 2. Test plan step: Choose a patron with a positive value (say 55) in borrowers.login_attempts: - use this SQL to update: . koha-mysql kohadev . update borrowers set login_attempts=55 where borrowernumber='49'; 3. Test plan step: Fill dateexpiry for this patron to yesterday: - Edit the patron and change the 'Expiry date (...)' field under the library management section 4. Test plan step: Run cleanupdatabase.pl....: - misc/cronjobs/cleanup_database.pl -confirm -v -- You are receiving this mail because: You are watching all bug changes.