[Koha-bugs] [Bug 28943] cleanup_database: Can we make del-exp-selfreg less disastrous ?

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 7 15:04:58 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28943

--- Comment #5 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 124579
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124579&action=edit
Bug 28943: Lower the risk of accidental patron deletion

If you do not use a temporary self registration patron category,
you should actually make the preference
PatronSelfRegistrationExpireTemporaryAccountsDelay empty.

This patch adds a comment in the subroutine that does the deletion
to not remove the test on empty delay.
It also adds a test in Members.t for the same reason.

It corrects the wrong explanation and default value in the
sysprefs.sql file.

Also it adds further explanation to both related sysprefs.

Test plan:
Run t/db_dependent/Members.
Check in Administration the two adjusted OPAC pref descriptions.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list