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

(-)a/installer/data/mysql/atomicupdate/bug_27812.pl (-1 / +1 lines)
Lines 5-10 return { Link Here
5
    description => "Remove the ability to transmit a patron's plain text password over email",
5
    description => "Remove the ability to transmit a patron's plain text password over email",
6
    up => sub {
6
    up => sub {
7
        my ($args) = @_;
7
        my ($args) = @_;
8
        my ($dbh, $out) = @$args{qw(dbh out)};
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
        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
    },
10
};
11
};
11
- 

Return to bug 27812