| Version 1 (modified by , 18 years ago) ( diff ) |
|---|
Getting Trac Account
Everybody is free to get a Trac account. The primary advantage is that you won't have to bother entering your email every time you file or change a ticket.
To get an account, start by generating encrypted password. Run python interpreter and do this:
$python
>>> import crypt
>>> crypt.crypt('password you like', SALT)
Where SALT is a string of two alphanumerical characters that you don't have to remember.
Then, send Vladimir Prus your desired username and the output of the above Python code.
Note:
See TracWiki
for help on using the wiki.
