https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21934
--- Comment #1 from Nick Clemens <[email protected]> --- Created attachment 82825 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82825&action=edit Bug 21934 - Allow user to specify name for 'Shibboleth' To test: 1 - Add a shibboleth config to your koha-conf.xml file (it does not need to be valid) <useshibboleth>1</useshibboleth> <shibboleth> <matchpoint>userid</matchpoint> <mapping> <userid is="uid"></userid> </mapping> </shibboleth> 2 - Note on staff and user auth pages the message says "Shibboleth account" 3 - Apply patch, update database 4 - Note login text has not changed 5 - Define a name in 'shibbolethName' 6 - Note it is reflected on all auth pages -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
