Bugzilla – Attachment 189202 Details for
Bug 40824
Add option to prevent re-use of passwords
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40824: Add password history check syspref
Bug-40824-Add-password-history-check-syspref.patch (text/plain), 2.58 KB, created by
Jacob O'Mara
on 2025-11-06 19:34:05 UTC
(
hide
)
Description:
Bug 40824: Add password history check syspref
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2025-11-06 19:34:05 UTC
Size:
2.58 KB
patch
obsolete
>From 646c32a472a7265ed43ae2518b224c78bb02629e Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacob.omara@openfifth.co.uk> >Date: Thu, 10 Apr 2025 12:27:24 +0100 >Subject: [PATCH] Bug 40824: Add password history check syspref > >--- > installer/data/mysql/mandatory/sysprefs.sql | 1 + > .../prog/en/modules/admin/preferences/patrons.pref | 5 +++++ > 2 files changed, 6 insertions(+) > >diff --git a/installer/data/mysql/mandatory/sysprefs.sql b/installer/data/mysql/mandatory/sysprefs.sql >index b47f27df977..55172766d38 100644 >--- a/installer/data/mysql/mandatory/sysprefs.sql >+++ b/installer/data/mysql/mandatory/sysprefs.sql >@@ -618,6 +618,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` > ('OverduesBlockCirc','noblock','noblock|confirmation|block','When checking out an item should overdues block checkout, generate a confirmation dialogue, or allow checkout','Choice'), > ('OverduesBlockRenewing','allow','allow|blockitem|block','If any of patron checked out documents is late, should renewal be allowed, blocked only on overdue items or blocked on whatever checked out document','Choice'), > ('PassItemMarcToXSLT','0',NULL,'If enabled, item fields in the MARC record will be made available to XSLT sheets. Otherwise they will be removed.','YesNo'), >+('PasswordHistoryCount','0','Number of previous passwords to check against when changing password','','Integer'), > ('PatronAnonymizeDelay','',NULL,'Delay for anonymizing patrons', 'Integer'), > ('PatronAutoComplete','1','Try|Don\'t try','to guess the patron being entered while typing a patron search for circulation or patron search. Only returns the first 10 results at a time.','YesNo'), > ('PatronDuplicateMatchingAddFields','surname|firstname|dateofbirth', NULL,'A list of fields separated by "|" to deduplicate patrons when created','Free'), >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >index 533578e5b5b..f5e19b78271 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >@@ -475,6 +475,11 @@ Patrons: > 0: "Don't require" > - a strong password for staff and patrons > - (must contain at least one digit, one lowercase and one uppercase). >+ - >+ - Check against the last >+ - pref: PasswordHistoryCount >+ class: integer >+ - previous passwords when changing password. > - > - pref: EnableExpiredPasswordReset > choices: >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40824
:
186511
|
186512
|
186513
|
186514
|
186515
|
186516
|
186517
|
186518
|
186519
|
186520
|
186521
|
186522
|
186523
|
186524
|
186525
|
186526
|
186527
|
189201
| 189202 |
189203
|
189204
|
189205
|
189206
|
189207
|
189208
|
189209
|
189210
|
189211
|
189212
|
189213
|
189214
|
189215
|
189216
|
189217