Bugzilla – Attachment 131168 Details for
Bug 27812
Remove the ability to transmit a patron's plain text password over email
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27812: Add DBRev to warn of the change to the account details notice
Bug-27812-Add-DBRev-to-warn-of-the-change-to-the-a.patch (text/plain), 1.02 KB, created by
Kyle M Hall (khall)
on 2022-02-28 14:08:22 UTC
(
hide
)
Description:
Bug 27812: Add DBRev to warn of the change to the account details notice
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-02-28 14:08:22 UTC
Size:
1.02 KB
patch
obsolete
>From fd2e4e7acb38dc201b1e96707107a27f81b4bf6d Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Mon, 28 Feb 2022 08:30:07 -0500 >Subject: [PATCH] Bug 27812: Add DBRev to warn of the change to the account > details notice > >--- > installer/data/mysql/atomicupdate/bug_27812.pl | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100755 installer/data/mysql/atomicupdate/bug_27812.pl > >diff --git a/installer/data/mysql/atomicupdate/bug_27812.pl b/installer/data/mysql/atomicupdate/bug_27812.pl >new file mode 100755 >index 0000000000..c87b85c0f2 >--- /dev/null >+++ b/installer/data/mysql/atomicupdate/bug_27812.pl >@@ -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."; >+ }, >+}; >-- >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 27812
:
117395
|
118708
|
118797
|
119176
|
131166
|
131167
|
131168
|
131194
|
131195
|
131196
|
131197