Bugzilla – Attachment 131195 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: Email should send for all new patron as per the syspref description
Bug-27812-Email-should-send-for-all-new-patron-as-.patch (text/plain), 1.18 KB, created by
Martin Renvoize (ashimema)
on 2022-03-01 16:01:20 UTC
(
hide
)
Description:
Bug 27812: Email should send for all new patron as per the syspref description
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-03-01 16:01:20 UTC
Size:
1.18 KB
patch
obsolete
>From 0707f070fb670f45ed8087da73ea3bef5dcd0220 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: Email should send for all new patron as per the > syspref description > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > members/memberentry.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/members/memberentry.pl b/members/memberentry.pl >index 771d2f2689..78e3ac6d07 100755 >--- a/members/memberentry.pl >+++ b/members/memberentry.pl >@@ -460,7 +460,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") ) { > #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.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