https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18953
--- Comment #1 from Blou <philippe.blo...@inlibro.com> --- Created attachment 65091 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65091&action=edit Bug 18953 - Failure on alternate methods of login prevents validating values in DB Normally, when failing to log using LDAP (because the user doesn't exist there, for example), the system will then check the credentials directly in the database. Recent changes in the code prevent that: a failure in LDAP will prevent internal credentials to be checked. This would also happen using CAS or Shibboleth. TO reproduce, you need to enable any of the method above, then try to connect using credentials that should succeed based on the info in your borrowers DB table but fail with the given method. Then apply the patch and try again. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/