1
|
<%@ page language="java" %>
|
2
|
<%
|
3
|
/**
|
4
|
* '$RCSfile$'
|
5
|
* Copyright: 2004 Regents of the University of California and the
|
6
|
* National Center for Ecological Analysis and Synthesis
|
7
|
* For Details: http://www.nceas.ucsb.edu/
|
8
|
*
|
9
|
* '$Author: daigle $'
|
10
|
* '$Date: 2008-07-06 21:25:34 -0700 (Sun, 06 Jul 2008) $'
|
11
|
* '$Revision: 4080 $'
|
12
|
*
|
13
|
* This is an HTML document for displaying metadata catalog tools
|
14
|
*
|
15
|
* This program is free software; you can redistribute it and/or modify
|
16
|
* it under the terms of the GNU General Public License as published by
|
17
|
* the Free Software Foundation; either version 2 of the License, or
|
18
|
* (at your option) any later version.
|
19
|
*
|
20
|
* This program is distributed in the hope that it will be useful,
|
21
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
22
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
23
|
* GNU General Public License for more details.
|
24
|
*
|
25
|
* You should have received a copy of the GNU General Public License
|
26
|
* along with this program; if not, write to the Free Software
|
27
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
28
|
*/
|
29
|
%>
|
30
|
|
31
|
<%@ include file="../../common/common-settings.jsp"%>
|
32
|
<%@ include file="../../common/configure-check.jsp"%>
|
33
|
|
34
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
35
|
<html>
|
36
|
<head>
|
37
|
<title>Account Management</title>
|
38
|
<link rel="stylesheet" type="text/css"
|
39
|
href="<%=STYLE_SKINS_URL%>/account/account.css"></link>
|
40
|
<script language="JavaScript" type="text/JavaScript"
|
41
|
src="<%=STYLE_SKINS_URL%>/account/account.js"></script>
|
42
|
<script language="JavaScript" type="text/JavaScript"
|
43
|
src="<%=STYLE_COMMON_URL%>/branding.js"></script>
|
44
|
</head>
|
45
|
<body>
|
46
|
<script language="JavaScript">
|
47
|
insertTemplateOpening("<%=CONTEXT_URL%>");
|
48
|
insertSearchBox("<%=CONTEXT_URL%>");
|
49
|
</script>
|
50
|
<table width="760" border="0" cellspacing="0" cellpadding="0">
|
51
|
<tr><td colspan="5">
|
52
|
|
53
|
<p>The <b>Account Manager</b> is used to manage your preferences regaring your
|
54
|
ecoinformatics.org account. Currently you can change your password if you
|
55
|
know your previous password, and , if you have forgotten your password,
|
56
|
you can reset it to a new value that will be emailed to the address on
|
57
|
record for the account.</p>
|
58
|
|
59
|
<p>Account holders enjoy several services provided by ecoinformatics.org,
|
60
|
but most notably they have access to the CVS repositories.</p>
|
61
|
|
62
|
<p>New accounts can be requested by emailing pmc@ecoinformatics.org with your
|
63
|
full name (given name and surname), email address, institutional affiliation, and a statement regarding why you want the account (e.g., which projects you are involved with).</p>
|
64
|
|
65
|
<br><br>
|
66
|
<tr><td colspan="5">
|
67
|
<b>Choose an action:</b>
|
68
|
|
69
|
<ul>
|
70
|
<li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=account&stage=changepass">Change your password</a>
|
71
|
<li><a href="<%=CGI_URL%>/ldapweb.cgi?cfg=account&stage=resetpass">Reset your password</a>
|
72
|
</ul>
|
73
|
</td>
|
74
|
</tr>
|
75
|
</table>
|
76
|
|
77
|
<script language="JavaScript">
|
78
|
insertTemplateClosing("<%=CONTEXT_URL%>");
|
79
|
</script>
|
80
|
</body>
|
81
|
</html>
|