https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30303 --- Comment #28 from Brendan Lawlor <blawlor@clamsnet.org> --- I squashed some commits to make this cleaner and fixed the case of copying empty values or hyphens. I looked into copying the password. It's very simple to add the ui to merge-patrons.tt like this: container.append( `<div class="row"> <div class="col"> <label for="Password"> <strong>Password:</strong> </div> <div class="col col2"><pre data-og="----"></pre></div> <div class="col col3"><pre data-og="****"></pre></div> <div class="col form-check"> <input type="checkbox" name="password" value="password" id="copypassword"> </div> </div>`); But it copying the password doesn't work like the other fields because it's encrypted so it has to be handled differently than the other fields in merge-patrons.pl -- You are receiving this mail because: You are watching all bug changes.