Changes between Version 4 and Version 5 of TracUserAdmin
- Timestamp:
- 04/26/13 19:09:08 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracUserAdmin
v4 v5 29 29 30 30 Then go to the [https://tech.transitionnetwork.org/trac/admin/general/perm#gp_subject admin permissions page] and use the '''Grant Permission''' form to grant users TRAC_ADMIN permissions. 31 32 == Change a Trac users password == 33 34 First sudo to root and then to the tradc user: 35 36 {{{ 37 sudo -i 38 su-trac 39 }}} 40 41 Then change their password, 42 43 {{{ 44 htpasswd /web/tech.transitionnetwork.org/.htpasswd username 45 }}}