Project

General

Profile

1

    
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
31
<html>
32
<head>
33
<title>Account Management</title>
34
  <link rel="stylesheet" type="text/css" 
35
        href="account.css"></link>
36
  <script language="JavaScript" type="text/JavaScript"
37
          src="account.js"></script>
38
  <script language="JavaScript" type="text/JavaScript"
39
          src="../../common/branding.js"></script>
40
</head>
41
<body>
42
      <script language="JavaScript">
43
          insertTemplateOpening(CONTEXT_URL);
44
      </script>
45
      
46
      <div id="Content">
47
      
48
      	<h1>Identity Management</h1>
49
		<table width="760" border="0" cellspacing="0" cellpadding="0">
50
			<tr>
51
				<td colspan="5">
52
					<p>The <b>Account Manager</b> is used to manage your preferences regarding your
53
					NCEAS account. Currently you can create a new account, lookup your account if your have
54
					forgotten your account name, 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
					<br/>
59
				</td>
60
			</tr>	
61
			<tr>
62
				<td colspan="5">
63
					<b>Choose an action:</b>
64
				    <ul>
65
				        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account">Create a new account</a>');</script>
66
				        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=lookupname">Lookup your account</a>');</script>
67
				        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=changepass">Change your password</a>');</script>
68
				        <li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&amp;stage=resetpass">Reset your password</a>');</script>
69
				    </ul>
70
				</td>
71
			</tr>
72
		</table>
73
      
74
	</div>
75
      
76
	<script language="JavaScript">          
77
	    insertTemplateClosing(CONTEXT_URL);
78
	</script>
79
</body>
80
</html>
(6-6/7)