Project

General

Profile

« Previous | Next » 

Revision 2166

Added by Duane Costa over 20 years ago

Improve Harvester registration login

View differences:

harvester.html
323 323
  </p>
324 324
  <p>
325 325
  After bringing up this page in your browser, login to your Metacat account 
326
  by entering your username and password.
327
  The username should include the full LDAP specification, for example:
328
  <pre>
329
  Username:   uid=jdoe,o=lter,dc=ecoinformatics,dc=org
330
  Password:   *******
331
  </pre>
326
  by entering your username, organization, and password. For example:
327
      <table bgcolor="#ffffff" border="0" cellpadding="2" width='100%' >
328
        <tr > 
329
          <td colspan=3 align=center >&nbsp;</td> 
330
        </tr>
331
        <tr > 
332
          <td colspan=3 align=center >
333
            <font face=verdana size=1%>
334
              <b>Please  Enter Username, Organization, and Password </b>
335
            </font>
336
          </td> 
337
        </tr>
338
        <tr>
339
          <td width='10%'> &nbsp;</td>
340
          <td width="25%" bgcolor="#4682b4">
341
            <p align="center">
342
            <font color="white" face=verdana size=2%>
343
            <b>Username</b>
344
            </font>
345
          </td>
346
          <td><p><input type="text" name="uid" value="jdoe" maxlength="100" size="28"></td>
347
        </tr>
348
        <tr>
349
          <td width='10%'> &nbsp;</td>
350
          <td width="25%" bgcolor="#4682b4">
351
            <p align="center">
352
            <font color="white" face=verdana size=2%>
353
            <b>Organization</b>
354
            </font>
355
          </td>
356
          <td>
357
            <input type="radio" name="o" value="NCEAS" checked>NCEAS
358
            <input type="radio" name="o" value="LTER">LTER
359
            <input type="radio" name="o" value="NRS">NRS
360
            <br>
361
            <input type="radio" name="o" value="PISCO">PISCO
362
            <input type="radio" name="o" value="OBFS">OBFS
363
            <input type="radio" name="o" value="Unaffiliated">Unaffiliated
364
        </tr>
365
        <tr>
366
          <td width='10%'> &nbsp;</td>
367
          <td bgcolor="#4682b4">
368
            <p align="center">
369
            <font color="white" face=verdana size=2%>
370
            <b>Password</b>
371
            </font>
372
          </td>
373
          <td><p><input type="password" name="passwd" value="*******" maxlength="60" size="28">
374
          </td>
375
        </tr>
376
        <tr> 
377
          <td colspan=3 align=center >&nbsp;</td>
378
        </tr>
379
      </table>
332 380
  In some cases, a Site Contact may need to login to an anonymous account
333 381
  rather than his or her personal account. For example, a LTER Information 
334 382
  Manager may need to login to a dedicated account, named with a three-letter 
335
  acronym, that has been set up for the LTER site. For example:
336
  <pre>
337
  Username:   uid=GCE,o=lter,dc=ecoinformatics,dc=org
338
  Password:   *******
339
  </pre>
340
  is the account login that would be used by the LTER Information Mangager
341
  at the GCE (Georgia Coastal Ecosystems) site.
383
  acronym, that has been set up for the LTER site. The username
384
  "GCE" would be used by the LTER Information Mangager at the GCE (Georgia 
385
  Coastal Ecosystems) site.
342 386
  </p>
343 387
    </li>
344 388
    <li>Registering with Harvester

Also available in: Unified diff