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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to