View | Details | Raw Unified | Return to bug 27812
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_27812.pl (-1 / +10 lines)
Line 0 Link Here
0
- 
1
use Modern::Perl;
2
3
return {
4
    bug_number => "27812",
5
    description => "Remove the ability to transmit a patron's plain text password over email",
6
    up => sub {
7
        my ($args) = @_;
8
        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.";
9
    },
10
};

Return to bug 27812