@@ -, +, @@ - set opacthemes to bootstrap - enable the casAuthentication pref - fill the casServerUrl pref with "something" - go on the opac home page - click on the "log in" link (top right) - you should see 2 login blocks 'CAS' and 'Local' empty for the CAS' click here to login link. no be better to redirect to the opac-user page and get the old page loaded up as before, so not just CAS but all potential authentication mechanisms will work? Increasing the size of the modal seems to defeat the purpose of the modal, in my opinion. --- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 25 +++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -270,8 +270,31 @@

Log in to your account

+ [% IF Koha.Preference('casAuthentication') %] + + [% END # / IF casAuthentication %]
- + --