Revision 3624
Added by walbridge almost 17 years ago
lib/style/common/templates/loginForm.tmpl | ||
---|---|---|
128 | 128 |
</form> |
129 | 129 |
</menu> |
130 | 130 |
|
131 |
|
|
132 |
Dont have an account yet? <a href="@cgi-prefix@/ldapweb.cgi?cfg=[%cfg%]">Create a new account</a>
|
|
131 |
[% IF cfg == 'nceas' %] |
|
132 |
Dont have an account yet? <a href="@cgi-prefix@/ldapweb.cgi">Create a new account</a> |
|
133 | 133 |
<br /> |
134 |
Forgot your password? <a href="@cgi-prefix@/ldapweb.cgi?cfg=[%cfg%]&stage=resetpass">Reset your password</a> |
|
134 |
Forgot your password? <a href="@cgi-prefix@/ldapweb.cgi?stage=resetpass">Reset your password</a> |
|
135 |
[% ELSE %] |
|
136 |
Dont have an account yet? <a href="@cgi-prefix@/ldapweb.cgi?cfg=[%cfg%]">Create a new account</a> |
|
137 |
<br /> |
|
138 |
Forgot your password? <a href="@cgi-prefix@/ldapweb.cgi?cfg=[%cfg%]&stage=resetpass">Reset your password</a> |
|
139 |
[% END %] |
|
135 | 140 |
|
136 | 141 |
[% IF cfg == 'nceas' %] |
137 | 142 |
[% INCLUDE "nceasFooter.tmpl" %] |
Also available in: Unified diff
Provide ldapweb.cgi links without skin reference, to prevent rendering issues temporarily. Long term fix needed, see Bug #3021