taiga-docker
taiga-docker copied to clipboard
[BUG] The Admin panel is missing
Hi, there! After creating a superuser using a script ./taiga-manage.sh createsuperuser - a successful login is performed, BUT this is a regular user without administrator rights! Tested on Ubuntu 18, 20; Astra Linux 1.7 , Debian 10 - An admin user is not created anywhere. Logs output - everywhere without any errors - unclear where to dig.
`astra@taiga:~/taiga-docker$ ./launch-taiga.sh
- exec docker-compose -f docker-compose.yml up -d Creating network "taiga-docker_taiga" with the default driver Creating taiga-docker_taiga-front_1 ... done Creating taiga-docker_taiga-protected_1 ... done Creating taiga-docker_taiga-db_1 ... done Creating taiga-docker_taiga-events-rabbitmq_1 ... done Creating taiga-docker_taiga-async-rabbitmq_1 ... done Creating taiga-docker_taiga-events_1 ... done Creating taiga-docker_taiga-async_1 ... done Creating taiga-docker_taiga-back_1 ... done Creating taiga-docker_taiga-gateway_1 ... done astra@taiga:~/taiga-docker$ ./taiga-manage.sh createsuperuser
- exec docker-compose -f docker-compose.yml -f docker-compose-inits.yml run --rm taiga-manage createsuperuser
Creating taiga-docker_taiga-manage_run ... done
Username: admin3
Email address: [email protected]
Password:
Password (again):
Superuser created successfully.`
The Admin panel is missing:
@img0043 I was though the same. You have to create first Project. There is an Admin panel inside the project. There is nothing like "God Admin" but the Admin of each Project.
@anhyeuviolet so there is no user management and no central project management?
@anhyeuviolet so there is no user management and no central project management?
AFAIK, that's correct!
@anhyeuviolet so there is no user management and no central project
Try your_taiga_url/admin
@GhostPunk There's no such page
It seems admin/
subpath works only on standard HTTP port ignoring TAIGA_DOMAIN
port in form of example.com[:PORT]
.