|
Lines 80-95
Link Here
|
| 80 |
<div class="alert alert-info"> |
80 |
<div class="alert alert-info"> |
| 81 |
<p>Sorry, your Shibboleth identity does not match a valid library identity.</p> |
81 |
<p>Sorry, your Shibboleth identity does not match a valid library identity.</p> |
| 82 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
82 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
| 83 |
[% IF ( casAuthentication ) %] |
83 |
[% IF ( casAuthentication ) %] |
| 84 |
[% IF ( invalidCasLogin ) %] |
84 |
[% IF ( invalidCasLogin ) %] |
| 85 |
<!-- This is what is displayed if cas login has failed --> |
85 |
<!-- This is what is displayed if cas login has failed --> |
| 86 |
<p>Sorry, the CAS login also failed. If you have a local login you may use that below.</p> |
86 |
<p>Sorry, the CAS login also failed. If you have a local login you may use that below.</p> |
|
|
87 |
[% ELSE %] |
| 88 |
<p>If you have a CAS account, you may use that below.</p> |
| 89 |
[% END %] |
| 87 |
[% ELSE %] |
90 |
[% ELSE %] |
| 88 |
<p>If you have a CAS account, you may use that below.</p> |
91 |
<p>If you have a local account, you may use that below.</p> |
| 89 |
[% END %] |
92 |
[% END %] |
| 90 |
[% ELSE %] |
|
|
| 91 |
<p>If you have a local account, you may use that below.</p> |
| 92 |
[% END %] |
| 93 |
[% END %] |
93 |
[% END %] |
| 94 |
</div> |
94 |
</div> |
| 95 |
[% ELSE %] |
95 |
[% ELSE %] |
|
Lines 97-220
Link Here
|
| 97 |
<p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account.</a></p> |
97 |
<p><a href="[% shibbolethLoginUrl | $raw %]">Log in using a Shibboleth account.</a></p> |
| 98 |
[% END # /IF invalidShibLogin %] |
98 |
[% END # /IF invalidShibLogin %] |
| 99 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
99 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
| 100 |
[% IF ( casAuthentication ) %] |
100 |
[% IF ( casAuthentication ) %] |
| 101 |
<h3>CAS login</h3> |
101 |
<h3>CAS login</h3> |
| 102 |
<p>If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.</p> |
102 |
<p>If you do not have a Shibboleth account, but you do have a CAS account, you can use CAS.</p> |
| 103 |
[% ELSE %] |
103 |
[% ELSE %] |
| 104 |
<h3>Local login</h3> |
104 |
<h3>Local login</h3> |
| 105 |
<p>If you do not have a Shibboleth account, but you do have a local login, then you may login below.</p> |
105 |
<p>If you do not have a Shibboleth account, but you do have a local login, then you may login below.</p> |
| 106 |
[% END %] |
106 |
[% END %] |
| 107 |
[% END %] |
107 |
[% END %] |
| 108 |
[% END # /IF shibbolethAuthentication %] |
108 |
[% END # /IF shibbolethAuthentication %] |
| 109 |
|
109 |
|
| 110 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
110 |
[% UNLESS ( Koha.Preference('OPACShibOnly') ) %] |
| 111 |
[% IF ( casAuthentication ) %] |
111 |
[% IF ( casAuthentication ) %] |
| 112 |
[% IF ( shibbolethAuthentication ) %] |
112 |
[% IF ( shibbolethAuthentication ) %] |
| 113 |
[% IF ( casServerUrl ) %] |
113 |
[% IF ( casServerUrl ) %] |
| 114 |
<p><a href="[% casServerUrl | $raw %]">Log in.</a><p> |
114 |
<p><a href="[% casServerUrl | $raw %]">Log in.</a><p> |
| 115 |
[% END %] |
115 |
[% END %] |
|
|
116 |
|
| 117 |
[% IF ( casServersLoop ) %] |
| 118 |
<p>Please choose against which one you would like to authenticate: </p> |
| 119 |
<ul> |
| 120 |
[% FOREACH casServer IN casServersLoop %] |
| 121 |
<li><a href="[% casServer.value | $raw %]">[% casServer.name | html %]</a></li> |
| 122 |
[% END %] |
| 123 |
</ul> |
| 124 |
[% END %] |
| 125 |
[% ELSE %] |
| 126 |
<h3>CAS login</h3> |
| 116 |
|
127 |
|
| 117 |
[% IF ( casServersLoop ) %] |
128 |
[% IF ( invalidCasLogin ) %] |
| 118 |
<p>Please choose against which one you would like to authenticate: </p> |
129 |
<!-- This is what is displayed if cas login has failed --> |
| 119 |
<ul> |
130 |
<p>Sorry, the CAS login failed.</p> |
| 120 |
[% FOREACH casServer IN casServersLoop %] |
131 |
[% END %] |
| 121 |
<li><a href="[% casServer.value | $raw %]">[% casServer.name | html %]</a></li> |
|
|
| 122 |
[% END %] |
| 123 |
</ul> |
| 124 |
[% END %] |
| 125 |
[% ELSE %] |
| 126 |
<h3>CAS login</h3> |
| 127 |
|
132 |
|
| 128 |
[% IF ( invalidCasLogin ) %] |
133 |
[% IF ( casServerUrl ) %] |
| 129 |
<!-- This is what is displayed if cas login has failed --> |
134 |
<p><a href="[% casServerUrl | $raw %]">Log in using a CAS account.</a><p> |
| 130 |
<p>Sorry, the CAS login failed.</p> |
135 |
[% END %] |
| 131 |
[% END %] |
|
|
| 132 |
|
136 |
|
| 133 |
[% IF ( casServerUrl ) %] |
137 |
[% IF ( casServersLoop ) %] |
| 134 |
<p><a href="[% casServerUrl | $raw %]">Log in using a CAS account.</a><p> |
138 |
<p>If you have a CAS account, please choose against which one you would like to authenticate:</p> |
| 135 |
[% END %] |
139 |
<ul> |
|
|
140 |
[% FOREACH casServer IN casServersLoop %] |
| 141 |
<li><a href="[% casServer.value | $raw %]">[% casServer.name | html %]</a></li> |
| 142 |
[% END %] |
| 143 |
</ul> |
| 144 |
[% END %] |
| 145 |
[% END # /IF shibbolethAuthentication %] |
| 136 |
|
146 |
|
| 137 |
[% IF ( casServersLoop ) %] |
147 |
[% IF ( shibbolethAuthentication ) %] |
| 138 |
<p>If you have a CAS account, please choose against which one you would like to authenticate:</p> |
148 |
<p>Nothing</p> |
| 139 |
<ul> |
149 |
[% ELSE %] |
| 140 |
[% FOREACH casServer IN casServersLoop %] |
150 |
<h3>Local login</h3> |
| 141 |
<li><a href="[% casServer.value | $raw %]">[% casServer.name | html %]</a></li> |
151 |
<p>If you do not have a CAS account, but do have a local account, you can still log in: </p> |
| 142 |
[% END %] |
|
|
| 143 |
</ul> |
| 144 |
[% END %] |
152 |
[% END %] |
| 145 |
[% END # /IF shibbolethAuthentication %] |
|
|
| 146 |
|
153 |
|
| 147 |
[% IF ( shibbolethAuthentication ) %] |
154 |
[% END # / IF casAuthentication %] |
| 148 |
<p>Nothing</p> |
|
|
| 149 |
[% ELSE %] |
| 150 |
<h3>Local login</h3> |
| 151 |
<p>If you do not have a CAS account, but do have a local account, you can still log in: </p> |
| 152 |
[% END %] |
| 153 |
|
155 |
|
| 154 |
[% END # / IF casAuthentication %] |
156 |
[% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
| 155 |
|
157 |
[% IF ( invalidGoogleOpenIDConnectLogin ) %] |
| 156 |
[% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
158 |
<h3>Google login</h3> |
| 157 |
[% IF ( invalidGoogleOpenIDConnectLogin ) %] |
159 |
<p>Sorry, your Google login failed. <span class="error">[% invalidGoogleOpenIDConnectLogin | html %]</span></p> |
| 158 |
<h3>Google login</h3> |
160 |
<p>Please note that the Google login will only work if you are using the e-mail address registered with this library.</p> |
| 159 |
<p>Sorry, your Google login failed. <span class="error">[% invalidGoogleOpenIDConnectLogin | html %]</span></p> |
161 |
<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> |
| 160 |
<p>Please note that the Google login will only work if you are using the e-mail address registered with this library.</p> |
162 |
[% END %] |
| 161 |
<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> |
163 |
<a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-primary" id="openid_connect">Log in with Google</a> |
| 162 |
[% END %] |
164 |
<p>If you do not have a Google account, but do have a local account, you can still log in: </p> |
| 163 |
<a href="/cgi-bin/koha/svc/auth/googleopenidconnect" class="btn btn-primary" id="openid_connect">Log in with Google</a> |
165 |
[% END # /IF GoogleOpenIDConnect %] |
| 164 |
<p>If you do not have a Google account, but do have a local account, you can still log in: </p> |
|
|
| 165 |
[% END # /IF GoogleOpenIDConnect %] |
| 166 |
[% END # /UNLESS OPACShibOnly %] |
166 |
[% END # /UNLESS OPACShibOnly %] |
| 167 |
|
167 |
|
| 168 |
[% IF !Koha.Preference('OPACShibOnly') or SCO_login or SCI_login %] |
168 |
[% IF !Koha.Preference('OPACShibOnly') or SCO_login or SCI_login %] |
| 169 |
[% IF SCO_login %] |
169 |
[% IF SCO_login %] |
| 170 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="auth" id="auth" method="post" autocomplete="off"> |
170 |
<form action="/cgi-bin/koha/sco/sco-main.pl" name="auth" id="auth" method="post" autocomplete="off"> |
| 171 |
[% ELSIF SCI_login %] |
171 |
[% ELSIF SCI_login %] |
| 172 |
<form action="/cgi-bin/koha/sci/sci-main.pl" name="auth" id="auth" method="post" autocomplete="off"> |
172 |
<form action="/cgi-bin/koha/sci/sci-main.pl" name="auth" id="auth" method="post" autocomplete="off"> |
| 173 |
[% ELSE %] |
173 |
[% ELSE %] |
| 174 |
<form action="[% script_name | html %]" name="auth" id="auth" method="post" autocomplete="off"> |
174 |
<form action="[% script_name | html %]" name="auth" id="auth" method="post" autocomplete="off"> |
| 175 |
[% END %] |
175 |
[% END %] |
| 176 |
<input type="hidden" name="koha_login_context" value="opac" /> |
176 |
<input type="hidden" name="koha_login_context" value="opac" /> |
| 177 |
|
177 |
|
| 178 |
<fieldset class="brief"> |
178 |
<fieldset class="brief"> |
| 179 |
[% FOREACH INPUT IN INPUTS %] |
179 |
[% FOREACH INPUT IN INPUTS %] |
| 180 |
[% NEXT IF INPUT.name == 'logout.x' %] |
180 |
[% NEXT IF INPUT.name == 'logout.x' %] |
| 181 |
<input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> |
181 |
<input type="hidden" name="[% INPUT.name | html %]" value="[% INPUT.value | html %]" /> |
| 182 |
[% END %] |
182 |
[% END %] |
| 183 |
<div class="form-group"> |
183 |
<div class="form-group"> |
| 184 |
<label for="userid">Login</label> |
184 |
<label for="userid">Login</label> |
| 185 |
<input class="form-control" type="text" size="25" id="userid" name="userid" /> |
185 |
<input class="form-control" type="text" size="25" id="userid" name="userid" /> |
| 186 |
</div> |
186 |
</div> |
| 187 |
<div class="form-group"> |
187 |
<div class="form-group"> |
| 188 |
<label for="password">Password</label> |
188 |
<label for="password">Password</label> |
| 189 |
<input class="form-control" type="password" size="25" id="password" name="password" /> |
189 |
<input class="form-control" type="password" size="25" id="password" name="password" /> |
| 190 |
</div> |
190 |
</div> |
| 191 |
<fieldset class="action"> |
191 |
<fieldset class="action"> |
| 192 |
<input type="submit" value="Log in" class="btn btn-primary" /> |
192 |
<input type="submit" value="Log in" class="btn btn-primary" /> |
|
|
193 |
</fieldset> |
| 193 |
</fieldset> |
194 |
</fieldset> |
| 194 |
</fieldset> |
|
|
| 195 |
|
195 |
|
| 196 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
196 |
[% IF Koha.Preference('OpacPasswordChange') && Categories.can_any_reset_password %] |
| 197 |
<div id="forgotpassword"> |
197 |
<div id="forgotpassword"> |
| 198 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
198 |
<a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a> |
| 199 |
</div> |
199 |
</div> |
| 200 |
[% END %] |
|
|
| 201 |
<div id="nologininstructions"> |
| 202 |
[% IF Koha.Preference('OpacLoginInstructions') %] |
| 203 |
[% Koha.Preference('OpacLoginInstructions') | $raw %] |
| 204 |
[% ELSE %] |
| 205 |
<h3>Don't have a password yet?</h3> |
| 206 |
<p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> |
| 207 |
<h3>Don't have a library card?</h3> |
| 208 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
| 209 |
[% END # / IF Koha.Preference('OpacLoginInstructions') %] |
| 210 |
|
| 211 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
| 212 |
<span id="registrationinstructions"> |
| 213 |
<a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a> |
| 214 |
</span> |
| 215 |
[% END %] |
200 |
[% END %] |
| 216 |
</div> |
201 |
<div id="nologininstructions"> |
| 217 |
</form> |
202 |
[% IF Koha.Preference('OpacLoginInstructions') %] |
|
|
203 |
[% Koha.Preference('OpacLoginInstructions') | $raw %] |
| 204 |
[% ELSE %] |
| 205 |
<h3>Don't have a password yet?</h3> |
| 206 |
<p>If you don't have a password yet, stop by the circulation desk the next time you're in the library. We'll happily set one up for you.</p> |
| 207 |
<h3>Don't have a library card?</h3> |
| 208 |
<p>If you don't have a library card, stop by your local library to sign up.</p> |
| 209 |
[% END # / IF Koha.Preference('OpacLoginInstructions') %] |
| 210 |
|
| 211 |
[% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %] |
| 212 |
<span id="registrationinstructions"> |
| 213 |
<a href="/cgi-bin/koha/opac-memberentry.pl">You may register here.</a> |
| 214 |
</span> |
| 215 |
[% END %] |
| 216 |
</div> |
| 217 |
</form> |
| 218 |
[% END # / IF !OPACShibOnly or SCO_login or SCI_login %] |
218 |
[% END # / IF !OPACShibOnly or SCO_login or SCI_login %] |
| 219 |
[% END # / IF loginprompt %] |
219 |
[% END # / IF loginprompt %] |
| 220 |
|
220 |
|