[Koha-bugs] [Bug 23473] Allow passwords to be imported/overwritten using the patron import tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 1 12:14:16 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23473

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #8 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
diff --git a/Koha/Patron.pm b/Koha/Patron.pm
index 8e501fcfb1..787713524e 100644
--- a/Koha/Patron.pm
+++ b/Koha/Patron.pm
@@ -250,7 +250,6 @@ sub store {

                 # Make a copy of the plain text password for later use
                 $self->plain_text_password( $self->password );
-

Please remove that one from your patch. No need to.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list