-
Notifications
You must be signed in to change notification settings - Fork 73
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
unable to login with default account and password #58
Comments
Hadn't look at this for a while, but I believe you should update TAIGA_PORT in variables.env also if you change the exposed port, so that frontend knows where API is at. |
Also got this problem: taiga-docker: No other docker-log shows 401 or anything in log. |
Any Update? |
This isn't reproducible as is. If you provide your docker-compose file and |
Just login to the taiga backend docker and execute the following instruction:
Then log in taking into account the data you entered with the previous command. |
I had this issue happen as well. If you are doing this in Windows with WSL2, the disk io is kind of slow. I had to start the database first without any of the other containers with After this I could login with the default credentials. |
I had the same problem. |
This comment was marked as resolved.
This comment was marked as resolved.
@joimaradoni See again, according to your information, you changed the values of TAIGA_HOST with TAIGA_PORT. |
Yes now resolved my issue, i changed the variable.env become TAIGA_HOST=taiga**.p******.com #my sub domain that installed taiga |
What I do ?
I can see the index page and I try to login with default account and password which is ( admin/123123 ) I believe.
there are no error messages in docker-compose logs
the login page shows that account/password incorrent
any suggestions to fix the problem ?
or is there any command to create user/update password in cointainer ?
The text was updated successfully, but these errors were encountered: