@@ -, +, @@ GoogleOpenIDConnect is enabled - In the OPAC, click the "Log in to your account" link in the header. You should be redirected to a Google authentication form. - Disable the GoogleOpenIDConnect preference. The login link in the OPAC should trigger a modal login form. --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -98,7 +98,7 @@ [%# CAS authentication is too complicated for modal window %] Log in to your account [% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] - Log in to your account + Log in to your account [% ELSE %] Log in to your account [% END %] --