We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Thank you for your great project.
I tried steps in https://samsung.github.io/qaboard/docs/deploy After
git clone https://github.com/Samsung/qaboard.git cd qaboard docker-compose pull docker-compose up -d
I can access to QA-Board at http://localhost:5151 properly. But I could not Login. Could you please share how to login QA-Board by default?
Login
Thank you,
The text was updated successfully, but these errors were encountered:
Hello ! You're right, it's missing.
Don't hesitate to submit issues if you run into more hurdles.
Sorry, something went wrong.
Hello, Here is how to create a user:
curl -X POST -F 'user_name=arthurf' -F '[email protected]' -F 'full_name=Arthur Flam' -F 'password=password' http://qaboard//api/v1/user/signup/
At the moment there is no UX for local user management (creation, password reset flows...), since at Samsung SIRC we rely on LDAP for all of this.
No branches or pull requests
Hello,
Thank you for your great project.
I tried steps in https://samsung.github.io/qaboard/docs/deploy
After
I can access to QA-Board at http://localhost:5151 properly.
But I could not
Login
.Could you please share how to login QA-Board by default?
Thank you,
The text was updated successfully, but these errors were encountered: