I'm new to Trac (and to stackoverflow ;-) and I've finally managed to install the latest version of Trac (1.2.1) on my Ubuntu 16.04. It runs on Apache with a MySQL databse, and I installed it with the help of this tutorial: https://www.hiroom2.com/2016/08/06/ubuntu-16-04-install-trac/
I changed one thing in the trac.ini: restrict_owner: true
, in order to get a "assign-to"-drop-down list with all the registered users.
When I create a new user with htdigest /var/lib/trac/test/.htdigest "test" newusername
, I can normally log in with that user on Trac. The problem is that this user does not appear in the drop-down list. I tried to give the user all permissions (like create ticket, modify ticket etc.), but this doesn't help.
Does anyone has an idea how to solv this? It would help a lot!
Thank you!