Getting your own Trac login is a two-step process..

  1. Generate a password hash. This may be done with the htdigest tool. In a Linux or Mac terminal, type the following:
       htdigest -c /dev/stdout t2.unl.edu <your user name>
    

This should produce output along these lines:

   htdigest -c /dev/stdout t2.unl.edu <your user name>
   Adding password for <your user name> in realm t2.unl.edu.
   New password: 
   Re-type new password: 
   <your user name>:t2.unl.edu:549545abaa9cef39a354b0386b645d373
  1. Email/IM the last line of output from htdigest to Brian Bockelman. Wait for confirmation that he's added you to the Trac page.

You should then be able to use the 'login' link on the upper-right hand part of the webpage.