I feel really bad for asking this and I would say ...
# getting-started
m
I feel really bad for asking this and I would say I am quite well versed in Docker, docker-compose, databases and the like but DataHub got me stumped at the moment. I've got it all set up quite nicely but the one thing I can't seem to fathom is, how to create users, or even: how to change the default user's datahub password? I've scanned the initial init.sql but it does not reveal how the user datahub was assigned the password datahub? And why are these controls (not yet?) in the front-end? I've read almost every README.md I could find in the GitHub repo, scanned the issues for multiple keywords but I got none the wiser. Am I missing something?
s
Hi Casper. There is no sign-up flow for DataHub if you are asking for that.
You can add a manual record into the DB for the user you want to add. Or you can fire an MCE for that user to populate the user in the DB.
Considering password, there is no pw check during login.