|
Lines 69-75
Link Here
|
| 69 |
<!-- This is what is displayed if cas login has failed --> |
69 |
<!-- This is what is displayed if cas login has failed --> |
| 70 |
<p>Sorry, the CAS login also failed, if you have a local login you may use that below.</p> |
70 |
<p>Sorry, the CAS login also failed, if you have a local login you may use that below.</p> |
| 71 |
[% ELSE %] |
71 |
[% ELSE %] |
| 72 |
If you have a <abbr title="Central Authentication Service">CAS</abbr> account, you may use that below. |
72 |
If you have a CAS account, you may use that below. |
| 73 |
[% END %] |
73 |
[% END %] |
| 74 |
[% ELSE %] |
74 |
[% ELSE %] |
| 75 |
If you have a local account, you may use that below. |
75 |
If you have a local account, you may use that below. |
|
Lines 84-90
Link Here
|
| 84 |
[% END %] |
84 |
[% END %] |
| 85 |
[% IF ( casAuthentication ) %] |
85 |
[% IF ( casAuthentication ) %] |
| 86 |
<h4>CAS login</h4> |
86 |
<h4>CAS login</h4> |
| 87 |
<p>If you do not have a Shibboleth account, but you do have a <abbr title="Central Authentication Service">CAS</abbr> account, |
87 |
<p>If you do not have a Shibboleth account, but you do have a CAS account, |
| 88 |
[% ELSE %] |
88 |
[% ELSE %] |
| 89 |
<h4>Local login</h4> |
89 |
<h4>Local login</h4> |
| 90 |
<p>If you do not have a Shibboleth account, but you do have a local login, then you may login below:</p> |
90 |
<p>If you do not have a Shibboleth account, but you do have a local login, then you may login below:</p> |
|
Lines 114-120
Link Here
|
| 114 |
<p>Sorry, the CAS login failed.</p> |
114 |
<p>Sorry, the CAS login failed.</p> |
| 115 |
[% END %] |
115 |
[% END %] |
| 116 |
|
116 |
|
| 117 |
<p>If you have a <abbr title="Central Authentication Service">CAS</abbr> account, |
117 |
<p>If you have a CAS account, |
| 118 |
[% IF ( casServerUrl ) %] |
118 |
[% IF ( casServerUrl ) %] |
| 119 |
please <a href="[% casServerUrl %]">click here to login</a>.<p> |
119 |
please <a href="[% casServerUrl %]">click here to login</a>.<p> |
| 120 |
[% END %] |
120 |
[% END %] |
| 121 |
- |
|
|