Revision 8381
Added by ben leinfelder about 11 years ago
index.html | ||
---|---|---|
27 | 27 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
28 | 28 |
*/ |
29 | 29 |
--> |
30 |
|
|
31 |
|
|
32 |
|
|
33 | 30 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
34 | 31 |
<html> |
35 | 32 |
<head> |
... | ... | |
45 | 42 |
<script language="JavaScript"> |
46 | 43 |
insertTemplateOpening(CONTEXT_URL); |
47 | 44 |
</script> |
48 |
<table width="760" border="0" cellspacing="0" cellpadding="0"> |
|
49 |
<tr><td colspan="5"> |
|
50 |
|
|
51 |
<p>The <b>Account Manager</b> is used to manage your preferences regarding your |
|
52 |
NCEAS account. Currently you can create a new account, lookup your account if your have |
|
53 |
forgotten your account name, change your password if you |
|
54 |
know your previous password, and if you have forgotten your password, |
|
55 |
you can reset it to a new value that will be emailed to the address on |
|
56 |
record for the account.</p> |
|
57 |
|
|
58 |
|
|
59 |
<br><br> |
|
60 |
<tr><td colspan="5"> |
|
61 |
<b>Choose an action:</b> |
|
62 |
|
|
63 |
<ul> |
|
64 |
<li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account">Create a new account</a>');</script> |
|
65 |
<li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&stage=lookupname">Lookup your account</a>');</script> |
|
66 |
<li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&stage=changepass">Change your password</a>');</script> |
|
67 |
<li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&stage=resetpass">Reset your password</a>');</script> |
|
68 |
</ul> |
|
69 |
</td> |
|
70 |
</tr> |
|
71 |
</table> |
|
72 |
|
|
73 |
<script language="JavaScript"> |
|
74 |
insertTemplateClosing(CONTEXT_URL); |
|
75 |
</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&stage=lookupname">Lookup your account</a>');</script> |
|
67 |
<li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&stage=changepass">Change your password</a>');</script> |
|
68 |
<li><script type="text/javascript">document.write('<a href="'+CGI_URL+'/ldapweb.cgi?cfg=account&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> |
|
76 | 79 |
</body> |
77 | 80 |
</html> |
Also available in: Unified diff
bring identity management more in line with the current nceas look and feel