Changes between Version 1 and Version 2 of TracUserAdmin


Ignore:
Timestamp:
11/28/12 22:07:11 (4 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUserAdmin

    v1 v2  
    11These commands need to be run using sudo. 
    22 
     3Export the username you want to add: 
     4{{{ 
     5export NEWTRACUSER=nickname 
     6}}} 
    37To add a user: 
    48{{{ 
    5 trac-admin /web/tech.transitionnetwork.org/trac permission add username admin 
     9trac-admin /web/tech.transitionnetwork.org/trac permission add $NEWTRACUSER admin 
    610}}} 
    711To set their password: 
    812{{{ 
    9 htpasswd /web/tech.transitionnetwork.org/.htpasswd username 
     13htpasswd /web/tech.transitionnetwork.org/.htpasswd $NEWTRACUSER  
    1014}}} 
    1115You then need to login as the new user to set their email address for email notifications to work.