[Koha-bugs] [Bug 25405] Make separation of Shibboleth and Local login clearer in modal

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 7 00:38:10 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25405

--- Comment #1 from Lucas Gass <lucas at bywatersolutions.com> ---
Created attachment 104464
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=104464&action=edit
Bug 25405: Seperate Shib and Local log in for OPAC modal

1. Enable shibboleth in your koha-conf.xml by changng the value of
<useshibboleth> to 1.
2. I also need to add the following:
   <shibboleth>
    <matchpoint>email</matchpoint>
        <mapping>
            <email        is="SHIB_ATTR_email"></email>
        </mapping>
    </shibboleth>
3. Look at the loginModal in the OPAC by clicking 'Log in to your account' in
the top right corner.
4. Apply patch, restart all, and regenerate CSS.
5. Look at the loginModal again and you should be able to toggle
Shibboleth/Local.
6. Make sure it all works.
7. Turn Shibboleth back off and restart all.
8. Make sure everything still works without Shibboleth on.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list