https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38772 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #175909|0 |1 is obsolete| | --- Comment #2 from David Nind <david@davidnind.com> --- Created attachment 175920 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=175920&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. Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.