metronome icon indicating copy to clipboard operation
metronome copied to clipboard

how to get default user/password

Open chennqqi opened this issue 5 years ago • 2 comments

how to get default user/password after docker-compose up

chennqqi avatar Feb 25 '19 09:02 chennqqi

or how to new an admin user

chennqqi avatar Feb 25 '19 09:02 chennqqi

Hi @chennqqi, the Docker-compose up process init the database, it does not create any users.

You can create one with a POST on /user/

You can find expected informations here: https://github.com/ovh/metronome/blob/master/src/api/controllers/user/schema/create.json

miton18 avatar Mar 07 '19 09:03 miton18