taiga-docker icon indicating copy to clipboard operation
taiga-docker copied to clipboard

[BUG] The Admin panel is missing

Open img0043 opened this issue 11 months ago • 7 comments

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.

img0043 avatar Mar 25 '24 10:03 img0043

`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: Annotation 2024-03-25 143552

img0043 avatar Mar 25 '24 11:03 img0043

@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 avatar Apr 02 '24 09:04 anhyeuviolet

@anhyeuviolet so there is no user management and no central project management?

img0043 avatar Apr 05 '24 06:04 img0043

@anhyeuviolet so there is no user management and no central project management?

AFAIK, that's correct!

anhyeuviolet avatar Apr 08 '24 07:04 anhyeuviolet

@anhyeuviolet so there is no user management and no central project

Try your_taiga_url/admin

GhostPunk avatar Apr 10 '24 15:04 GhostPunk

@GhostPunk There's no such page

img0043 avatar Apr 11 '24 07:04 img0043

It seems admin/ subpath works only on standard HTTP port ignoring TAIGA_DOMAIN port in form of example.com[:PORT].

bergentroll avatar Oct 11 '24 21:10 bergentroll