Bug 27812: Add DBRev to warn of the change to the account details notice
authorKyle Hall <kyle@bywatersolutions.com>
Mon, 28 Feb 2022 13:30:07 +0000 (08:30 -0500)
committerFridolin Somers <fridolin.somers@biblibre.com>
Thu, 17 Mar 2022 21:22:56 +0000 (11:22 -1000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
installer/data/mysql/atomicupdate/bug_27812.pl [new file with mode: 0755]

diff --git a/installer/data/mysql/atomicupdate/bug_27812.pl b/installer/data/mysql/atomicupdate/bug_27812.pl
new file mode 100755 (executable)
index 0000000..c87b85c
--- /dev/null
@@ -0,0 +1,10 @@
+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.";
+    },
+};