Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

default admin password #12

Closed
hsafe opened this issue Jun 4, 2020 · 3 comments
Closed

default admin password #12

hsafe opened this issue Jun 4, 2020 · 3 comments

Comments

@hsafe
Copy link

hsafe commented Jun 4, 2020

Hi,
I used your docker-compose in advanced mode to bring up the taiga, everything worked out of the box for a test env I set up for it, however default taiga admin user password i.e 123123 did not work. I tried to look for it in all the files config settings there are no place I could find it. Can you state where in the code you set it and how to find it please?
Thanks

@KinGsNowGH
Copy link

remember to populate-db, and remember to change taiga-back/setting.py ALLOWED_HOSTS.

Like this to allow all:
ALLOWED_HOSTS = [
'*',
]

@lubo
Copy link
Collaborator

lubo commented Jun 4, 2020

Hi @hsafe. Please, see Populate the database with initial data and line 50 in docker-compose.advanced.yml. Also, please don't modify ALLOWED_HOSTS as @KinGsNowGH suggested unless you know what you're doing.

@lubo lubo closed this as completed Jun 4, 2020
@hsafe
Copy link
Author

hsafe commented Jun 5, 2020

@lubo Thanks, got it Cheers

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

No branches or pull requests

3 participants