Changes between Initial Version and Version 1 of TracUserAdmin


Ignore:
Timestamp:
05/27/10 14:29:07 (6 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUserAdmin

    v1 v1  
     1These commands need to be run using sudo. 
     2 
     3To add a user: 
     4{{{ 
     5trac-admin /web/tech.transitionnetwork.org/trac permission add username admin 
     6}}} 
     7To set their password: 
     8{{{ 
     9htpasswd /web/tech.transitionnetwork.org/.htpasswd username 
     10}}} 
     11You then need to login as the new user to set their email address for email notifications to work.