Bugzilla – Attachment 119176 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: Don't require password in data to trigger email
0001-Bug-27812-Don-t-require-password-in-data-to-trigger-.patch (text/plain), 1.14 KB, created by
Kyle M Hall (khall)
on 2021-04-05 12:34:23 UTC
(
hide
)
Description:
Bug 27812: Don't require password in data to trigger email
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-04-05 12:34:23 UTC
Size:
1.14 KB
patch
obsolete
>From a5c1733199b8bc681e25656794b527e7cfecbfb2 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 5 Apr 2021 08:33:38 -0400 >Subject: [PATCH] Bug 27812: Don't require password in data to trigger email > >--- > members/memberentry.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 022bef7770..0cff5bc8aa 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -465,7 +465,7 @@ if ((!$nok) and $nodouble and ($op eq 'insert' or $op eq 'save')){ > } > > # If 'AutoEmailOpacUser' syspref is on, email user their account details from the 'notice' that matches the user's branchcode. >- if ( C4::Context->preference("AutoEmailOpacUser") == 1 && $newdata{'userid'} && $newdata{'password'}) { >+ if ( C4::Context->preference("AutoEmailOpacUser") == 1 && $newdata{'userid'} ) { > #look for defined primary email address, if blank - attempt to use borr.email and borr.emailpro instead > my $emailaddr; > if (C4::Context->preference("AutoEmailPrimaryAddress") ne 'OFF' && >-- >2.24.1 (Apple Git-126) >
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