Changes between Version 2 and Version 3 of TracUserAdmin
- Timestamp:
- 11/28/12 22:23:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUserAdmin
v2 v3 1 == Add a new Trac user == 2 1 3 These commands need to be run using sudo. 2 4 … … 13 15 htpasswd /web/tech.transitionnetwork.org/.htpasswd $NEWTRACUSER 14 16 }}} 15 You then need to login as the new user to set their email address for email notifications to work. 17 You then need to login as the new user to set their email address for email notifications to work via the [/trac/prefs perferences page]. 18 19 See also the [https://tech.transitionnetwork.org/trac/admin/general/perm admin permissions page], this is where you can grant users TRAC_ADMIN permissions.