kaleidos-ventures / docker-taiga-5

Taiga-back + taiga-front, served with uWSGI, based on the official Python-Alpine image.
MIT License
21 stars 7 forks source link

can't create project; can't login use admin #5

Open jeffery9 opened 3 years ago

jeffery9 commented 3 years ago

startup cluster use docker-compose.advanced.yml and set PUBLIC_REGISTER_ENABLED = True, can register user and login, but can't create project, and default user admin can't login.

login into postgres container, found that there have not exists admin account in user table.

solution is :

  1. run python manage.py loaddata --initial-users to import admin users
  2. run python manage.py loaddata --initial-project-templates to import project templates
lubo commented 3 years ago

Hi @jeffery9. Please, see https://github.com/devinsolutions/docker-taiga/issues/7#issuecomment-606478655.