== Add a new Trac user == These commands need to be run using sudo. Export the username you want to add: {{{ export NEWTRACUSER=nickname }}} To add a user: {{{ trac-admin /web/tech.transitionnetwork.org/trac permission add $NEWTRACUSER admin }}} To set their password: {{{ htpasswd /web/tech.transitionnetwork.org/.htpasswd $NEWTRACUSER }}} You then need to login as the new user to set their email address for email notifications to work via the [https://trac.transitionnetwork.org/trac/prefs perferences page]. See also the [https://tech.transitionnetwork.org/trac/admin/general/perm admin permissions page], this is where you can grant users TRAC_ADMIN permissions.