Koha/installer/data/mysql/atomicupdate/bug_27812.pl
Kyle Hall c87525f6b6 Bug 27812: Add DBRev to warn of the change to the account details notice
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-03-17 11:22:56 -10:00

10 lines
369 B
Perl
Executable file

use Modern::Perl;
return {
bug_number => "27812",
description => "Remove the ability to transmit a patron's plain text password over email",
up => sub {
my ($args) = @_;
say $out "The notice template ACCTDETAILS no longer has access to the patron's plain text password. Please update the language of your ACCTDETAILS as needed.";
},
};