http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15124 --- Comment #4 from Colin Campbell <colin.campbell@ptfs-europe.com> --- Katrin is right. A password is not present in a (e.g) checkout transaction. The password checking logic is in the machine itself, the server end does not have the concept of a user session (each request is dealt with irrespective of what preceeds it). Whether the machine requires the user to authenticate with a password is an option on some of these, they ignore the field rather than asking us to lie about its validity. I'm a bit worried a that its not clear what the import of the code is and that the config file is being swamped by extra options. -- You are receiving this mail because: You are watching all bug changes.