Bugzilla – Attachment 169284 Details for
Bug 37366
Patron category "Password change in OPAC" setting only follows system preference
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37366: Patron category "Password change in OPAC" setting only follows system preference
Bug-37366-Patron-category-Password-change-in-OPAC-.patch (text/plain), 1.67 KB, created by
Kyle M Hall (khall)
on 2024-07-22 13:43:20 UTC
(
hide
)
Description:
Bug 37366: Patron category "Password change in OPAC" setting only follows system preference
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-07-22 13:43:20 UTC
Size:
1.67 KB
patch
obsolete
>From 8bda10a61d0cdfeec0c842a9f2c5f3159354c56e Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 18 Jul 2024 14:04:49 -0400 >Subject: [PATCH] Bug 37366: Patron category "Password change in OPAC" setting > only follows system preference > >In Administration > Patron categories, when setting the Password change in OPAC field, Koha will not save "Allowed" or "Not allowed" options, and will only keep "Follow the system preference OPACPasswordChange..." value. > >Test Plan: >1) Change the Password change in OPAC field >2) Note the change doesn't take affect >3) Apply this patch >4) Change the field again >5) This time is stays! > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > admin/categories.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/admin/categories.pl b/admin/categories.pl >index 7f98c6c3382..8fdaaf9d766 100755 >--- a/admin/categories.pl >+++ b/admin/categories.pl >@@ -74,7 +74,7 @@ elsif ( $op eq 'cud-add_validate' ) { > my $can_place_ill_in_opac = $input->param('can_place_ill_in_opac') // 1; > my $default_privacy = $input->param('default_privacy'); > my $reset_password = $input->param('reset_password'); >- my $change_password = $input->param('cud-change_password'); >+ my $change_password = $input->param('change_password'); > my $exclude_from_local_holds_priority = $input->param('exclude_from_local_holds_priority'); > my $min_password_length = $input->param('min_password_length'); > my $require_strong_password = $input->param('require_strong_password'); >-- >2.30.2
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 37366
:
169163
|
169169
|
169284
|
169690