https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25183 --- Comment #9 from Victor Grousset/tuxayo <victor@tuxayo.net> --- - created a self registration - I see it with - select * from borrowers order by borrowernumber DESC limit 1\G - Applied the patch - ./cleanup_database.pl --del-exp-selfreg --del-exp-selfreg-type=soft - woops, wrong syntax, got the help printed - ./cleanup_database.pl --del-exp-selfreg --del-exp-selfreg-type soft - it seems it did something! - self registration not here anymore - select * from borrowers order by borrowernumber DESC limit 1\G - it's not it deletedborrowers despite "soft" - select * from deletedborrowers order by borrowernumber DESC limit 1\G So, test failed. Hypothesis: I didn't get the param syntax right and the it's falling back to the default "del-exp-selfreg-type" value which is "hard" -- You are receiving this mail because: You are watching all bug changes.