https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39494 --- Comment #2 from Chloé Zermatten <chloe.zermatten@openfifth.co.uk> --- Note: The current patch is likely the simplest / most basic solution to implement that came to mind. Another approach might be to rewrite the error messages in opac-auth.tt so that they all use a shared <div class="alert alert-info"><p aria-live="off" role="alert"></p></div> element, dynamically setting aria-live to "assertive" when relevant, and passing the appropriate message. It would likely also involve adding a method in Auth.pm to assign the relevant error message. I will happily go with either, but though I would start with the simplest. -- You are receiving this mail because: You are watching all bug changes.