https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15343
--- Comment #23 from Nick Clemens <[email protected]> --- (In reply to Jonathan Druart from comment #22) > > + return ( $borrowernumber, $borrower{'password'} ); > > Why do you return the password? This was already done before my change. The password is returned in the case of an auto generated password so that the patron may know their password. I suppose it does not need to be captured and displayed if a password is submitted, but in the other case I think it must remain Will work on that and the others ASAP -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
