taigaio / taiga-docker

Mozilla Public License 2.0
1.07k stars 284 forks source link

[BUG] The Admin panel is missing #127

Open img0043 opened 4 months ago

img0043 commented 4 months ago

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 commented 4 months ago

`astra@taiga:~/taiga-docker$ ./launch-taiga.sh                       

The Admin panel is missing: Annotation 2024-03-25 143552

anhyeuviolet commented 4 months ago

@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.

img0043 commented 4 months ago

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

anhyeuviolet commented 4 months ago

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

AFAIK, that's correct!

GhostPunk commented 4 months ago

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

Try your_taiga_url/admin

img0043 commented 4 months ago

@GhostPunk There's no such page