https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40082 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #25 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I wonder if we should make this text messsage more neutral to not give away that a user with these credentials already exists. It might give away information we don't want to give away. The selfreg form could be used to look-up users. + [% IF duplicate_found %] + <div class="alert alert-error"> + <span>An existing account matching these details has been found, please contact a member of staff</span> + </div> + [% END %] + -- You are receiving this mail because: You are watching all bug changes.