Revision 8526
Added by Jing Tao almost 11 years ago
metacatlogin.jsp | ||
---|---|---|
82 | 82 |
<input type="text" name="username" maxlength="15" size="15" value=""> |
83 | 83 |
</td> |
84 | 84 |
<td> |
85 |
<a target="_top" href="http://knb.ecoinformatics.org/cgi-bin/ldapweb.cgi?cfg=lter">
|
|
85 |
<a target="_top" href="<%=USER_MANAGEMENT_URL%>">
|
|
86 | 86 |
Create a new account |
87 | 87 |
</a> |
88 | 88 |
</td> |
... | ... | |
104 | 104 |
</select> |
105 | 105 |
</td> |
106 | 106 |
<td> |
107 |
<a target="_top" href="http://knb.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=resetpass&cfg=lter">
|
|
107 |
<a target="_top" href="<%=USER_MANAGEMENT_URL%>">
|
|
108 | 108 |
Forgot your password? |
109 | 109 |
</a> |
110 | 110 |
</td> |
... | ... | |
119 | 119 |
<input type="password" name="password" maxlength="15" size="15" value=""> |
120 | 120 |
</td> |
121 | 121 |
<td> |
122 |
<a target="_top" href="http://knb.ecoinformatics.org/cgi-bin/ldapweb.cgi?stage=changepass&cfg=lter">
|
|
122 |
<a target="_top" href="<%=USER_MANAGEMENT_URL%>">
|
|
123 | 123 |
Change your password |
124 | 124 |
</a> |
125 | 125 |
</td> |
Also available in: Unified diff
Use the userManagementurl to replace the ldapweb.cgi.