https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22465 Bug ID: 22465 Summary: PatronSelfRegistrationExpireTemporaryAccountsDelay should recommend cleanup_database.pl Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: System Administration Assignee: koha-bugs@lists.koha-community.org Reporter: magnus@libriotech.no QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Target Milestone: --- The description of the PatronSelfRegistrationExpireTemporaryAccountsDelay syspref says "This system preference requires the <code>misc/cronjobs/delete_expired_opac_registrations.pl</code> cronjob.": http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=koha-tmpl/intranet... But if you look at delete_expired_opac_registrations.pl it says: "IMPORTANT: You should no longer call this script. Please use cleanup_database.pl with parameter --del-exp-selfreg.": http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=misc/cronjobs/dele... So the description of PatronSelfRegistrationExpireTemporaryAccountsDelay should refer to cleanup_database.pl, not the obsolete delete_expired_opac_registrations.pl. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.