Bugzilla – Attachment 131197 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: (QA follow-up) Fix atomicupdate
Bug-27812-QA-follow-up-Fix-atomicupdate.patch (text/plain), 1.06 KB, created by
Martin Renvoize (ashimema)
on 2022-03-01 16:01:28 UTC
(
hide
)
Description:
Bug 27812: (QA follow-up) Fix atomicupdate
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-03-01 16:01:28 UTC
Size:
1.06 KB
patch
obsolete
>From b6e1b3166c807b661a95231e19c4e7ae45c94212 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 1 Mar 2022 16:00:10 +0000 >Subject: [PATCH] Bug 27812: (QA follow-up) Fix atomicupdate > >We removed a bit too much from the skeliton here ;) > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > installer/data/mysql/atomicupdate/bug_27812.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/installer/data/mysql/atomicupdate/bug_27812.pl b/installer/data/mysql/atomicupdate/bug_27812.pl >index c87b85c0f2..c17ce661fa 100755 >--- a/installer/data/mysql/atomicupdate/bug_27812.pl >+++ b/installer/data/mysql/atomicupdate/bug_27812.pl >@@ -5,6 +5,7 @@ return { > description => "Remove the ability to transmit a patron's plain text password over email", > up => sub { > my ($args) = @_; >+ my ($dbh, $out) = @$args{qw(dbh out)}; > 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.20.1
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