[Koha-bugs] [Bug 15343] Allow patrons to choose their own password on self registration.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 1 22:07:27 CET 2016


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

--- Comment #23 from Nick Clemens <nick at bywatersolutions.com> ---
(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.


More information about the Koha-bugs mailing list