Opened 3 years ago

Closed 3 years ago

#15 closed task (fixed)

Create Trac accounts for Jenny and Gillian

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: trac Version:
Keywords: Cc: jenny, gillian
Estimated Number of Hours: 0.25 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0.25

Description

Jonas is leaving at the end of the week and Trac accounts are needed for Jenny and Gillian at CRIN.

Change History (2)

comment:1 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.25
  • Cc jenny gillian added
  • Total Hours set to 0.25

Following the Trac#CreateanTracaccount documentation:

sudo -i
su - trac -s /bin/bash
export NEWUSER="gillian"
htdigest .htpasswd trac $NEWUSER
trac-admin /var/www/trac permission add $NEWUSER admin
trac-admin /var/www/trac permission add $NEWUSER TRAC_ADMIN
export NEWUSER="jenny"
htdigest .htpasswd trac $NEWUSER
trac-admin /var/www/trac permission add $NEWUSER admin
trac-admin /var/www/trac permission add $NEWUSER TRAC_ADMIN

I then logged in using the new accounts and set the emails addresses and sent emails to Jenny and Gillian with their account details.

I have added jenny and gillian (all the Trac user accounts I have created use lowercase first names, this is the format that is needed in the ticket form fields) to this ticket -- please follow up any issues with your accounts either by email and / or the web interface and also feel free to post some test replies to this ticket to see how things work!

comment:2 Changed 3 years ago by chris

  • Cc jonas removed
  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.