You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.
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 :
run python manage.py loaddata --initial-users to import admin users
run python manage.py loaddata --initial-project-templates to import project templates
The text was updated successfully, but these errors were encountered:
startup cluster use
docker-compose.advanced.yml
and setPUBLIC_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 :
python manage.py loaddata --initial-users
to import admin userspython manage.py loaddata --initial-project-templates
to import project templatesThe text was updated successfully, but these errors were encountered: