Changes between Version 3 and Version 4 of TracUserAdmin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TracUserAdmin

    v3 v4  
    11== Add a new Trac user == 
    22 
    3 These commands need to be run using sudo. 
     3First sudo to root and then to the tradc user: 
     4 
     5{{{ 
     6sudo -i 
     7su-trac 
     8}}} 
    49 
    510Export the username you want to add: 
     11 
    612{{{ 
    713export NEWTRACUSER=nickname 
    814}}} 
     15 
    916To add a user: 
     17 
    1018{{{ 
    1119trac-admin /web/tech.transitionnetwork.org/trac permission add $NEWTRACUSER admin 
    1220}}} 
     21 
    1322To set their password: 
     23 
    1424{{{ 
    1525htpasswd /web/tech.transitionnetwork.org/.htpasswd $NEWTRACUSER  
    1626}}} 
    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]. 
    1827 
    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. 
     28You then need to login as the new user to set their email address for email notifications to work via the [/trac/prefs preferences page]. 
     29 
     30Then 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.