waldur / waldur-homeport

Waldur HomePort is web-based client for the Waldur MasterMind.
MIT License
23 stars 27 forks source link

Unable to login #3

Closed ictinc closed 6 years ago

ictinc commented 6 years ago

Hi there, For my startup cloud hosting business I came across Waldur. I've installed it on my server following the documentation: https://opennode.atlassian.net/wiki/spaces/WD/pages/22980728/Deployment Although I'm able to get to the administration login I'm not sure what the default login/password would be. Do I somehow need to specify this in the config or is there a default I can use?

AmbientLighter commented 6 years ago

Hi, @ictinc

There's no default login/password, therefore you should create first staff user via Waldur CLI:

su - waldur -c "waldur createstaffuser -u staff -p staffSecretPasswordChangeMe"

Thank you for the question and note that deployment guide has been updated to include this step as well.