View | Details | Raw Unified | Return to bug 10988
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-5 / +4 lines)
Lines 139-150 Link Here
139
                            [% END # / IF casAuthentication %]
139
                            [% END # / IF casAuthentication %]
140
140
141
                            [% IF ( invalidOAuth2Login ) %]
141
                            [% IF ( invalidOAuth2Login ) %]
142
                                <h4>Automatic Login</h4>
142
                                <h4>Automatic login</h4>
143
                                <p>Sorry, your automatic login failed. <span class="error">[% invalidOAuth2Login %]</span></p>
143
                                <p>Sorry, your automatic login failed. <span class="error">[% invalidOAuth2Login %]</span></p>
144
                                <p>Please note that automatic login will only work if you are using the emal address registered with this library.</p>
144
                                <p>Please note that the automatic login will only work if you are using the e-mail address registered with this library.</p>
145
                                <p>If you want to, you can try to <a href="/cgi-bin/koha/svc/auth/googleoauth2?reauthenticate=select_account">login using a different account</a>
145
                                <p>If you want to, you can try to <a href="/cgi-bin/koha/svc/auth/googleoauth2?reauthenticate=select_account">log in using a different account</a>
146
                                <h4>Local login</h4>
146
                                <h4>Local login</h4>
147
                                <p>If you can't login automatically, you can still login manually: </p>
147
                                <p>If you can't log in automatically, but you do have a local account, you can still log in: </p>
148
                            [% END %]
148
                            [% END %]
149
149
150
                            <form action="/cgi-bin/koha/opac-user.pl" name="auth" id="auth" method="post">
150
                            <form action="/cgi-bin/koha/opac-user.pl" name="auth" id="auth" method="post">
151
- 

Return to bug 10988