Strider-CD / strider

Open Source Continuous Integration & Deployment Server
http://strider-cd.github.io/
4.59k stars 432 forks source link

Invite Code Form is Confusing #309

Closed nlamirault closed 9 years ago

nlamirault commented 10 years ago

Hi, after try to launch StriderCD using docker :

$ docker run -p 3000:3000 strider/strider

on http://127.0.0.1, login page request an invite code. Where can i have an invite code ?

niallo commented 10 years ago

Hi,

I agree it is a bit confusing. We need to fix this. Invites are for people you invite to your instance with your admin user. The default docker admin user has email "test@example.com" and password "dontlook".

Log in with that and you can add additional users.

You can also add more users by running strider addUser against your mongodb uri.

On Thursday, December 5, 2013, Nicolas Lamirault wrote:

Hi, after try to launch StriderCD using docker :

$ docker run -p 3000:3000 strider/strider

on http://127.0.0.1, login page request an invite code. Where can i have an invite code ?

— Reply to this email directly or view it on GitHubhttps://github.com/Strider-CD/strider/issues/309 .

Niall O'Higgins W: http://niallohiggins.com E: n@niallo.me T: @niallohiggins

nlamirault commented 10 years ago

But i can't log into Strider. If i put "test@example.com" and password "dontlook", i've got an error : No invite code specified

jaredly commented 10 years ago

Ah, that's because of the confusing form. The login form is in the top bar.

Nicolas Lamirault notifications@github.com wrote:

But i can't log into Strider. If i put "test@example.com" and password "dontlook", i've got an error : No invite code specified


Reply to this email directly or view it on GitHub: https://github.com/Strider-CD/strider/issues/309#issuecomment-29998530

Sent from my Android device with K-9 Mail. Please excuse my brevity.

nlamirault commented 10 years ago

OK. It works. but how can i add a new Git repo using : http://127.0.0.1:3000/projects#manual ? I can't push on "Create New" button.

jaredly commented 10 years ago

Did you enter in authentication creds? SSH or HTTPS? That's probably the issue

niallo commented 10 years ago

Re-titled this issue to "Invite Code Form is Confusing"

jnovack commented 10 years ago

Good?

https://github.com/Strider-CD/strider/pull/354

image image

jaredly commented 10 years ago

I like it On Feb 2, 2014 8:51 AM, "Justin J. Novack" notifications@github.com wrote:

Good?

[image: image]https://f.cloud.github.com/assets/387006/2060581/b3acee00-8c21-11e3-9a0b-5e36d34c420f.png [image: image]https://f.cloud.github.com/assets/387006/2060583/d1ea679e-8c21-11e3-95c5-c2b0c59429d1.png

Reply to this email directly or view it on GitHubhttps://github.com/Strider-CD/strider/issues/309#issuecomment-33903496 .

knownasilya commented 9 years ago

I'm going to merge in the #354 changes manually since BS3 might be a while (it might be BS4 lol).