Menu:

Information about internals

These pages are only interesting for forgetful admins. :)

SVN accounts

create password hash (only display the generated hash):

Bash
1
htpasswd -mn ForenameSurname

trac accounts

create password hash:

Bash
1
2
3
htdigest -c temp.txt pylucid.net ForenameSurname
cat temp.txt
rm temp.txt

add admin permissions for the new account with ~/tracd/trac-admin.sh
something like: permission add ForenameSurname admin