Revision 8523
Added by Jing Tao almost 11 years ago
lib/style/common/templates/confirmData.tmpl | ||
---|---|---|
578 | 578 |
<tr><td class="sectbody"><span class="label"><u>NOTE:</u> You must enter your username |
579 | 579 |
and password. This is for the protection of your metadata. The |
580 | 580 |
username and password will prevent any unauthorized person from |
581 |
modifying your metadata. If you do not have an account, click <a |
|
582 |
target="ldap" href="[% cgiPrefix %]/ldapweb.cgi?cfg=[% cfg %]">here</a>. |
|
583 |
If you don't remember your password, you can |
|
584 |
have it reset and e-mailed to you by clicking <a target="ldap" |
|
585 |
href="[% cgiPrefix %]/ldapweb.cgi?stage=initresetpass&cfg=[% cfg %]">here</a>. If you want to |
|
586 |
change your password, click <a target="ldap" |
|
587 |
href="[% cgiPrefix %]/ldapweb.cgi?stage=initchangepass&cfg=[% cfg %]">here</a>. |
|
581 |
modifying your metadata. If you do not have an account |
|
582 |
or don't remember your password, <a target="ldap" |
|
583 |
href="[%userManagementUrl%]">please click here</a>. |
|
588 | 584 |
</span> |
589 | 585 |
<table cellspacing="0" border="0" cellpadding="9" width="360" align="left"> |
590 | 586 |
<tr> |
lib/style/common/templates/loginForm.tmpl | ||
---|---|---|
50 | 50 |
|
51 | 51 |
|
52 | 52 |
<p><span class="greenbold">Step 1: Create an Account</span> <br> |
53 |
Create an account by registering with the <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">KNB</a>.
|
|
53 |
Create an account by registering with the <a href="[%userManagementUrl%]">KNB</a>.
|
|
54 | 54 |
|
55 | 55 |
Many scientists will already have accounts in the KNB, especially those |
56 | 56 |
from institutions like NCEAS and LTER. If you already have an account |
... | ... | |
133 | 133 |
</form> |
134 | 134 |
</menu> |
135 | 135 |
|
136 |
Dont have an account yet? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">Create a new account</a> |
|
137 |
<br /> |
|
138 |
Forgot your password? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&stage=resetpass">Reset your password</a> |
|
139 |
<br /> |
|
140 |
Forgot your username? <a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&stage=lookupname">Look up your username</a> |
|
136 |
Need an account? Forgot password? <a href="[%userManagementUrl%]">Click here</a>. |
|
141 | 137 |
|
142 | 138 |
[% IF cfg == 'nceas' %] |
143 | 139 |
[% INCLUDE "nceasFooter.tmpl" %] |
lib/style/common/templates/metacatui/confirmData.tmpl | ||
---|---|---|
628 | 628 |
|
629 | 629 |
<div class="row-fluid"> |
630 | 630 |
<div class="span6 text-left"> |
631 |
<p>Don't have an account yet?</p> |
|
631 |
<p>Don't have an account yet? Forgot your password?</p>
|
|
632 | 632 |
</div> |
633 | 633 |
<div class="span6 text-left"> |
634 |
<a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">
|
|
634 |
<a href="[%userManagementUrl%]">
|
|
635 | 635 |
<i class="icon-user"></i> |
636 |
Create a new account
|
|
636 |
Click here
|
|
637 | 637 |
</a> |
638 | 638 |
</div> |
639 | 639 |
</div> |
640 | 640 |
|
641 |
<div class="row-fluid"> |
|
642 |
<div class="span6 text-left"> |
|
643 |
<p>Forgot your password?</p> |
|
644 |
</div> |
|
645 |
<div class="span6 text-left"> |
|
646 |
<a href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&stage=resetpass"> |
|
647 |
<i class="icon-key"></i> |
|
648 |
Reset your password |
|
649 |
</a> |
|
650 |
</div> |
|
651 |
</div> |
|
652 |
|
|
641 |
|
|
653 | 642 |
</div> |
654 | 643 |
|
655 | 644 |
</div> |
lib/style/common/templates/metacatui/loginForm.tmpl | ||
---|---|---|
59 | 59 |
<div id ="ldapAccountTools"> |
60 | 60 |
<div class="row-fluid"> |
61 | 61 |
<div class="span6 text-left"> |
62 |
<p>Don't have an account yet?</p> |
|
62 |
<p>Don't have an account yet? Forgot your username?</p>
|
|
63 | 63 |
</div> |
64 | 64 |
<div class="span6 text-left"> |
65 |
<a id="createAccount" href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]">
|
|
65 |
<a id="createAccount" href="[%userManagementUrl%]">
|
|
66 | 66 |
<i class="icon-user"></i> |
67 | 67 |
Create a new account |
68 | 68 |
</a> |
69 | 69 |
</div> |
70 | 70 |
</div> |
71 |
|
|
72 |
<div class="row-fluid"> |
|
73 |
<div class="span6 text-left"> |
|
74 |
<p>Forgot your username?</p> |
|
75 |
</div> |
|
76 |
<div class="span6 text-left"> |
|
77 |
<a id="lookupAccount" href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&stage=lookupname"> |
|
78 |
<i class="icon-user"></i> |
|
79 |
Lookup your account |
|
80 |
</a> |
|
81 |
</div> |
|
82 |
</div> |
|
83 |
|
|
84 |
<div class="row-fluid"> |
|
85 |
<div class="span6 text-left"> |
|
86 |
<p>Account settings</p> |
|
87 |
</div> |
|
88 |
<div class="span6 text-left"> |
|
89 |
<a id="changePassword" href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&stage=changepass"> |
|
90 |
<i class="icon-key"></i> |
|
91 |
Change your password |
|
92 |
</a> |
|
93 |
</div> |
|
94 |
</div> |
|
95 |
|
|
96 |
<div class="row-fluid"> |
|
97 |
<div class="span6 text-left"> |
|
98 |
<p>Forgot your password?</p> |
|
99 |
</div> |
|
100 |
<div class="span6 text-left"> |
|
101 |
<a id="resetPassword" href="[% cgiPrefix %]/ldapweb.cgi?cfg=[%cfg%]&stage=resetpass"> |
|
102 |
<i class="icon-key"></i> |
|
103 |
Reset your password |
|
104 |
</a> |
|
105 |
</div> |
|
106 |
</div> |
|
107 |
|
|
71 |
|
|
108 | 72 |
</div> |
109 | 73 |
|
110 | 74 |
</div> |
Also available in: Unified diff
Use the userManagementUrl to replace the ldapweb.cgi url.