Revision 3604
Added by ben leinfelder about 17 years ago
lib/style/skins/sanparks/SaeonLogin.jspx | ||
---|---|---|
204 | 204 |
<h3> |
205 | 205 |
Login |
206 | 206 |
<!-- TODO: Config param follows --> |
207 |
<a href="HOSTNAME_HERE/cgiScripts/cgi-bin/ldapweb.cgi" target="_parent">
|
|
207 |
<a href="@cgi-prefix@/cgi-bin/ldapweb.cgi" target="_parent">
|
|
208 | 208 |
<span class="regtext"> (request an account...)</span> |
209 | 209 |
</a> |
210 | 210 |
</h3> |
... | ... | |
279 | 279 |
|
280 | 280 |
<!-- TODO: Config param follows --> |
281 | 281 |
<a |
282 |
href="HOSTNAME_HERE/cgiScripts/cgi-bin/ldapweb.cgi?stage=resetpass"
|
|
282 |
href="@cgi-prefix@/ldapweb.cgi?stage=resetpass"
|
|
283 | 283 |
target="_parent">reset your password</a> |
284 | 284 |
| |
285 | 285 |
<!-- TODO: Config param follows --> |
286 | 286 |
<a |
287 |
href="HOSTNAME_HERE/cgiScripts/cgi-bin/ldapweb.cgi?stage=changepass"
|
|
287 |
href="@cgi-prefix@/ldapweb.cgi?stage=changepass"
|
|
288 | 288 |
target="_parent">change your password</a> |
289 | 289 |
</td> |
290 | 290 |
</tr> |
Also available in: Unified diff
use the [pre-existing!] ant token for cgi url