Project

General

Profile

« Previous | Next » 

Revision 8526

Added by Jing Tao almost 11 years ago

Use the userManagementurl to replace the ldapweb.cgi.

View differences:

SaeonLogin.jspx
229 229
		<jsp:element name="a">
230 230
			<jsp:attribute name="target">_new</jsp:attribute>
231 231
			<jsp:attribute name="href">
232
				<!--<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=sanparks"</jsp:expression>-->
233
				<jsp:expression>KNB_SITE_URL + "/cgi-bin/ldapweb.cgi?cfg=sanparks"</jsp:expression>
232
				<!--<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>-->
233
				<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
234 234
			</jsp:attribute>
235 235
			<span class="regtext"> (request an account...)</span>
236 236
		</jsp:element>
......
310 310
				<jsp:element name="a">
311 311
					<jsp:attribute name="target">_parent</jsp:attribute>
312 312
					<jsp:attribute name="href">
313
						<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=sanparks&amp;stage=resetpass"</jsp:expression>
313
						<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
314 314
					</jsp:attribute>
315 315
					reset your password
316 316
				</jsp:element>
......
319 319
				<jsp:element name="a">
320 320
					<jsp:attribute name="target">_parent</jsp:attribute>
321 321
					<jsp:attribute name="href">
322
						<jsp:expression>CGI_URL + "/ldapweb.cgi?cfg=sanparks&amp;stage=changepass"</jsp:expression>
322
						<jsp:expression>USER_MANAGEMENT_URL</jsp:expression>
323 323
					</jsp:attribute>
324 324
					change your password
325 325
				</jsp:element>

Also available in: Unified diff