Changes between Initial Version and Version 1 of TracUserAdmin
- Timestamp:
- 05/27/10 14:29:07 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUserAdmin
v1 v1 1 These commands need to be run using sudo. 2 3 To add a user: 4 {{{ 5 trac-admin /web/tech.transitionnetwork.org/trac permission add username admin 6 }}} 7 To set their password: 8 {{{ 9 htpasswd /web/tech.transitionnetwork.org/.htpasswd username 10 }}} 11 You then need to login as the new user to set their email address for email notifications to work.