Changes between Version 4 and Version 5 of TracUserAdmin


Ignore:
Timestamp:
04/26/13 19:09:08 (4 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUserAdmin

    v4 v5  
    2929 
    3030Then 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 
     34First sudo to root and then to the tradc user: 
     35 
     36{{{ 
     37sudo -i 
     38su-trac 
     39}}} 
     40 
     41Then change their password,  
     42 
     43{{{ 
     44htpasswd /web/tech.transitionnetwork.org/.htpasswd username 
     45}}}