https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38772 --- Comment #1 from Roman Dolny <roman.dolny@jezuici.pl> --- Created attachment 175909 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175909&action=edit Bug 38772: Typo 'minPasswordPreference' system preference Typo in system preference 'minPasswordPreference' -> 'minPasswordLength' in opac/opac-password-recovery.pl There is no 'minPasswordPreference' system preference in database. Bug 23816 added the capability to override minPasswordLength. Test plan: ========== 1. Check 'minPasswordPreference' appearances: git grep -i 'minPasswordPreference' **/* --> Note: only one in opac-password-recovery.pl; no one in sysprefs.sql 2. Apply the patch. 3. Repeat p. 1. Note there is not 'minPasswordPreference' at all. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.