[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:07:33 CEST 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #124579|0                           |1
        is obsolete|                            |

--- Comment #6 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 124580
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=124580&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.t
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.


More information about the Koha-bugs mailing list