https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37324 --- Comment #5 from Jan Kissig <bibliothek@th-wildau.de> --- (In reply to Katrin Fischer from comment #3)
I am not sure if this change is right: - <input class="form-control" type="text" id="userid" size="10" name="userid" value="" autocomplete="off" /> + <input class="form-control" type="text" id="userid" size="10" name="login_userid" value=""
The auto-complete was added intentionally to avoid the browser completing the password field with - in some cases - someone else's password I believe.
The only changes I made were userid to login_userid and password to login_password. The prefilled form is caused by system preference PatronSelfRegistrationPrefillForm -- You are receiving this mail because: You are watching all bug changes.