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

Login/SignUP failure #37

Open
kakkartushar1 opened this issue Aug 23, 2016 · 4 comments
Open

Login/SignUP failure #37

kakkartushar1 opened this issue Aug 23, 2016 · 4 comments

Comments

@kakkartushar1
Copy link

Unable to login via admin:123123
and also unable to sign up.
Please advise.

@MatthieuScarset
Copy link

Same thing here... in 2017

@aceyin
Copy link

aceyin commented Sep 11, 2017

the same issue, and taiga-back reports this error:
django.db.utils.ProgrammingError: relation "users_user" does not exist
LINE 1: ..._user"."new_email", "users_user"."is_system" FROM "users_use...

seems the initial data not created during installation

any suggestion?

@gerickt
Copy link

gerickt commented Nov 17, 2017

same problem here!

@resilva
Copy link

resilva commented Dec 14, 2017

If you are using the docker-compose you might have to initialize the database manually :

docker-compose exec taigaback /usr/src/app/taiga-back/regenerate.sh

This will regenerate all the data, also if you encounter a problem with a 405 request not allowed when login/register a user you must change the config file in the frontend container (or override the file in a volume which is better...) :

docker-compose exec taigafront /bin/bash
apt-get update && apt-get install vim

Here you can modify /taiga/conf.json you must change the BASE_URL according to your config, if you're using docker-compose you probably have to set it to :

    "api": "http://localhost:8000/api/v1/",

I don't have time to make a PR to fix the docker images, hope this will help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants