Opened 6 months ago

Closed 2 months ago

#136 closed Task (Complete)

Script for new users in Trac

Reported by: Kari Owned by: Ben
Priority: Task Milestone:
Component: HQ Office Version:
Keywords: Cc:
Blocked By: Blocking:
Client: Client reported: no
Deadline: Difficulty: 1
Due_Date: Est Hours: 1
Go live date: Location: Shop
Priority Order: 1

Description

Need script for new users in TRAC
Requested from Ben 6/4/24 over the phone

Change History (3)

comment:1 Changed 3 months ago by justin

NP - Requested from Ben again on 08.30.24.

comment:2 Changed 2 months ago by nikos

Download PUTTY or an SSH client of your choosing (https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html):

You want to SSH to 18.223.100.156. (UN: admin, PW: DHC123rlp!)

To add a new user, at the prompt type:

cd /etc/trac

Then type:

htpasswd htpasswd <username you want to create>

It will prompt you to create a password and enter it twice.

Then you can type:

sudo trac-admin /var/local/lib/trac/git-dhcdemo/ permission add <username you just created> TRAC_ADMIN

Kari can then show you how to adjust any permissions needed in the admin interface.

To change a password:

Type: cd /etc/trac

Then type: htpasswd htpasswd <username of password to change>

It will then ask you to enter the new password twice.

To remove a user:

Type: cd /etc/trac

Then type: htpasswd -D htpasswd <username of password to change>

comment:3 Changed 2 months ago by nikos

Resolution: Complete
Status: assignedclosed
Note: See TracTickets for help on using tickets.
Trac Appliance - Powered by TurnKey Linux