Changes between Version 1 and Version 2 of TracUserAdmin
- Timestamp:
- 11/28/12 22:07:11 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUserAdmin
v1 v2 1 1 These commands need to be run using sudo. 2 2 3 Export the username you want to add: 4 {{{ 5 export NEWTRACUSER=nickname 6 }}} 3 7 To add a user: 4 8 {{{ 5 trac-admin /web/tech.transitionnetwork.org/trac permission add usernameadmin9 trac-admin /web/tech.transitionnetwork.org/trac permission add $NEWTRACUSER admin 6 10 }}} 7 11 To set their password: 8 12 {{{ 9 htpasswd /web/tech.transitionnetwork.org/.htpasswd username13 htpasswd /web/tech.transitionnetwork.org/.htpasswd $NEWTRACUSER 10 14 }}} 11 15 You then need to login as the new user to set their email address for email notifications to work.