Skip to content
New issue

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

What are default username and password of QA-board #69

Open
12a6 opened this issue Nov 18, 2022 · 2 comments
Open

What are default username and password of QA-board #69

12a6 opened this issue Nov 18, 2022 · 2 comments

Comments

@12a6
Copy link

12a6 commented Nov 18, 2022

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?

Thank you,

@arthur-flam
Copy link
Member

Hello ! You're right, it's missing.

  • In our QA-Board instance we use LDAP / AD authentication, so we never invested in user management... Is it something that could be relevant for you?
  • I'll send as soon as possible a curl command showing how to add a user.
    Thanks for the feedback!

Don't hesitate to submit issues if you run into more hurdles.

@arthur-flam
Copy link
Member

Hello,
Here is how to create a user:

curl -X POST -F 'user_name=arthurf' -F 'email=arthur.flam@samsung.com' -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.

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

No branches or pull requests

2 participants