Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The Admin panel is missing #127

Open
img0043 opened this issue Mar 25, 2024 · 6 comments
Open

[BUG] The Admin panel is missing #127

img0043 opened this issue Mar 25, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@img0043
Copy link

img0043 commented Mar 25, 2024

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 img0043 added the bug Something isn't working label Mar 25, 2024
@img0043
Copy link
Author

img0043 commented Mar 25, 2024

`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: admin3@admin.local
    Password:
    Password (again):
    Superuser created successfully.`

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

@anhyeuviolet
Copy link

@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
Copy link
Author

img0043 commented Apr 5, 2024

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

@anhyeuviolet
Copy link

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

AFAIK, that's correct!

@GhostPunk
Copy link

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

Try your_taiga_url/admin

@img0043
Copy link
Author

img0043 commented Apr 11, 2024

@GhostPunk There's no such page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants