Forums Trac

TRAC User authentication

Subscribe to TRAC User authentication 2 post(s), 2 voice(s)

 
Avatar aldofi 1 post

Hi, I’m new in Trac on Windows. I managed to install Bitnami TRAC Stack on my machine but I can’t configure users. My intention is for users to connect to the TRAC system using the browser and authenticate to gain control. Is it needed to configure authentication using Apache tools? Is there any recipe for that somewhere?

 
Avatar beltran Administrator 1,570 post(s)

Not sure what do you want to do but I suggest that you can manage the access using the Apache “htpasswd” tool. For example:

> cd your_installation_directory/apache2/bin
> htpasswd -cb “your_installation_directory/apache2/users” user password

I hope it helps.

Forums Trac