| Summary: | Unable to report on patrons with borrowers.auth_method password | ||
|---|---|---|---|
| Product: | Koha | Reporter: | David Roberts <david.roberts> | 
| Component: | Reports | Assignee: | Bugs List <koha-bugs> | 
| Status: | In Discussion --- | QA Contact: | Testopia <testopia> | 
| Severity: | minor | ||
| Priority: | P5 - low | CC: | aleisha, blawlor, dcook, jonathan.druart | 
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 | 
| Patch complexity: | --- | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | 37508 | ||
| Bug Blocks: | |||
| 
 
        
          Description
        
        
          David Roberts
        
        
        
        
          2024-09-13 14:28:42 UTC
        
       
    A workaround for this is to change = to LIKE Change this line: AND p.auth_method = 'password' to: AND p.auth_method LIKE 'passwor' You could also use: p.auth_method != 'two-factor' Tempted to close this one but will leave In Discussion  |