Bugzilla – Attachment 94675 Details for
Bug 22706
Add plugin hooks to allow custom password strength checking modules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22706: (QA follow-up) Restore location of logaction
Bug-22706-QA-follow-up-Restore-location-of-logacti.patch (text/plain), 1.31 KB, created by
Martin Renvoize (ashimema)
on 2019-10-24 13:43:17 UTC
(
hide
)
Description:
Bug 22706: (QA follow-up) Restore location of logaction
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2019-10-24 13:43:17 UTC
Size:
1.31 KB
patch
obsolete
>From fb3fd47b812532bf9c2019af890e11687e923544 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 24 Oct 2019 14:41:19 +0100 >Subject: [PATCH] Bug 22706: (QA follow-up) Restore location of logaction > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Patron.pm | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > >diff --git a/Koha/Patron.pm b/Koha/Patron.pm >index 25a790695a..96de8776f4 100644 >--- a/Koha/Patron.pm >+++ b/Koha/Patron.pm >@@ -228,9 +228,6 @@ sub store { > # Make a copy of the plain text password for later use > $self->plain_text_password( $self->password ); > >- logaction( "MEMBERS", "CREATE", $self->borrowernumber, "" ) >- if C4::Context->preference("BorrowersLog"); >- > if ( C4::Context->preference('UseKohaPlugins') && C4::Context->config("enable_plugins") ) { > # Call any check_password plugins > my @plugins = Koha::Plugins->new()->GetPlugins({ >@@ -265,6 +262,8 @@ sub store { > > $self->add_enrolment_fee_if_needed(0); > >+ logaction( "MEMBERS", "CREATE", $self->borrowernumber, "" ) >+ if C4::Context->preference("BorrowersLog"); > } > else { #ModMember > >-- >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 22706
:
93488
|
93526
|
94613
|
94614
|
94672
|
94673
|
94674
| 94675 |
94905
|
94906
|
94907
|
94910