Project

General

Profile

1
<!--
2
  *  '$RCSfile$'
3
  *    Copyright: 2004 Regents of the University of California and the
4
  *               National Center for Ecological Analysis and Synthesis
5
  *  For Details: http://www.nceas.ucsb.edu/
6
  *
7
  *   '$Author: jones $'
8
  *     '$Date: 2006-04-03 02:01:44 -0700 (Mon, 03 Apr 2006) $'
9
  * '$Revision: 2971 $'
10
  * 
11
  * This is an HTML document for displaying metadata catalog tools
12
  *
13
  * This program is free software; you can redistribute it and/or modify
14
  * it under the terms of the GNU General Public License as published by
15
  * the Free Software Foundation; either version 2 of the License, or
16
  * (at your option) any later version.
17
  *
18
  * This program is distributed in the hope that it will be useful,
19
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
  * GNU General Public License for more details.
22
  *
23
  * You should have received a copy of the GNU General Public License
24
  * along with this program; if not, write to the Free Software
25
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
-->
27
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
28
<html>
29
<head>
30
<title>Account Management</title>
31
<link rel="stylesheet" href="@html-path@/style/default.css" type="text/css">
32
  <link rel="stylesheet" type="text/css" 
33
        href="@systemidserver@@style-skins-path@/account/account.css"></link>
34
  <script language="JavaScript" type="text/JavaScript"
35
          src="@systemidserver@@style-skins-path@/account/account.js"></script>
36
  <script language="JavaScript" type="text/JavaScript"
37
          src="@systemidserver@@style-common-path@/branding.js"></script>
38
</head>
39
<body>
40
      <script language="JavaScript">
41
          insertTemplateOpening();
42
          insertSearchBox();
43
      </script>
44
<table width="760" border="0" cellspacing="0" cellpadding="0">
45
  <tr><td colspan="5">
46

    
47
<p>The <b>Account Manager</b> is used to manage your preferences regaring your
48
ecoinformatics.org account.  Currently you can change your password if you
49
know your previous password, and , if you have forgotten your password,
50
you can reset it to a new value that will be emailed to the address on 
51
record for the account.</p>
52

    
53
<p>Account holders enjoy several services provided by ecoinformatics.org, 
54
but most notably they have access to the CVS repositories.</p>
55

    
56
<p>New accounts can be requested by emailing pmc@ecoinformatics.org with your
57
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>
58

    
59
<br><br>
60
<tr><td colspan="5">
61
<b>Choose an action:</b>
62

    
63
    <ul>
64
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=account&amp;stage=changepass">Change your password</a>
65
        <li><a href="@cgi-prefix@/ldapweb.cgi?cfg=account&amp;stage=resetpass">Reset your password</a>
66
    </ul>
67
</td>
68
</tr>
69
</table>
70

    
71
<script language="JavaScript">          
72
    insertTemplateClosing();
73
</script>
74
</body>
75
</html>
(4-4/4)