Lines 30-36
Link Here
|
30 |
<h3>Access denied</h3> |
30 |
<h3>Access denied</h3> |
31 |
<p>Sorry, the system doesn't think you have permission to access this page. </p> |
31 |
<p>Sorry, the system doesn't think you have permission to access this page. </p> |
32 |
[% IF SCO_login %] |
32 |
[% IF SCO_login %] |
33 |
<p><a href="/cgi-bin/koha/sco/sco-main.pl?logout.x=1">Logout</a> and try again with a different user</p> |
33 |
<p><a href="/cgi-bin/koha/sco/sco-main.pl?logout.x=1">Logout and try again with a different user</a></p> |
34 |
[% END %] |
34 |
[% END %] |
35 |
</div> |
35 |
</div> |
36 |
[% END %] |
36 |
[% END %] |
Lines 146-152
Link Here
|
146 |
<h4>Google login</h4> |
146 |
<h4>Google login</h4> |
147 |
<p>Sorry, your Google login failed. <span class="error">[% invalidGoogleOpenIDConnectLogin %]</span></p> |
147 |
<p>Sorry, your Google login failed. <span class="error">[% invalidGoogleOpenIDConnectLogin %]</span></p> |
148 |
<p>Please note that the Google login will only work if you are using the e-mail address registered with this library.</p> |
148 |
<p>Please note that the Google login will only work if you are using the e-mail address registered with this library.</p> |
149 |
<p>If you want to, you can try to <a href="/cgi-bin/koha/svc/auth/googleopenidconnect?reauthenticate=select_account">log in using a different account</a> |
149 |
<p><a href="/cgi-bin/koha/svc/auth/googleopenidconnect?reauthenticate=select_account">Try to log in using a different Google account</a> |
150 |
[% END %] |
150 |
[% END %] |
151 |
<a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-primary" id="openid_connect">Log in with Google</a> |
151 |
<a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-primary" id="openid_connect">Log in with Google</a> |
152 |
<p>If you do not have a Google account, but do have a local account, you can still log in: </p> |
152 |
<p>If you do not have a Google account, but do have a local account, you can still log in: </p> |
153 |
- |
|
|