https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40807 Chloé Zermatten <chloe.zermatten@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |chloe.zermatten@openfifth.c |ity.org |o.uk --- Comment #1 from Chloé Zermatten <chloe.zermatten@openfifth.co.uk> --- The issue seems to be that the <input type="text" disabled="disabled" style="display:none" /> dummy input added "avoid Firefox from using userid/password saved for authentication" as per the code comment does not play ball with the change introduced by Bug 38459, which modifies the origin_input_id check to ensure that we check the value of the last child. The simplest (though maybe slightly hack-y?) solution appears to be to just invert the order of the input fields in the template, so the last child is the true input. Patch coming up. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.