https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38544 Bug ID: 38544 Summary: OPAC Modal auth should not exist when OPAC auth is disabled Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org When OPAC auth is disabled (system preference opacuserlogin), the modal auth should not exist in HTML. The access to opac-user.pl shows a message and not auth form. But this has been detected by a security check. So better not have this form in modal. Looks like it is missing : [% IF ( Koha.Preference( 'opacuserlogin' ) == 1 ) %] -- You are receiving this mail because: You are watching all bug changes.