Project

General

Profile

« Previous | Next » 

Revision 8526

Added by Jing Tao over 10 years ago

Use the userManagementurl to replace the ldapweb.cgi.

View differences:

sanparksLogin.jsp
153 153
	if (!clientViewHelper.isLoggedIn()) {
154 154
%>
155 155
		<h3>Login
156
		<a href="<%= CONTEXT_URL %>/cgi-bin/ldapweb.cgi?cfg=sanparks" target="_new" >
156
		<a href="<%=USER_MANAGEMENT_URL%>" target="_new" >
157 157
		<span class="regtext"> (request an account...)</span>
158 158
		</a>
159 159
		</h3>
......
205 205
			<tr>	
206 206
			   <td colspan="2" class="regtext" align="center" valign="top">		
207 207
		      <!-- reset pass -->
208
		        <a href="<%= CGI_URL %>/ldapweb.cgi?cfg=sanparks&amp;stage=resetpass" target="_parent">
208
		        <a href="<%=USER_MANAGEMENT_URL%>" target="_parent">
209 209
		          reset your password
210 210
		        </a>
211 211
		        |
212 212
		        <!-- change pass -->
213
		        <a href="<%= CGI_URL %>/ldapweb.cgi?cfg=sanparks&amp;stage=changepass" target="_parent">
213
		        <a href="<%=USER_MANAGEMENT_URL%>" target="_parent">
214 214
		          change your password
215 215
		        </a>
216 216
		      </td>

Also available in: Unified diff