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

Add password-only option #379

Merged
merged 3 commits into from
Aug 30, 2018
Merged

Add password-only option #379

merged 3 commits into from
Aug 30, 2018

Conversation

EtienneM
Copy link
Member

@EtienneM EtienneM commented Aug 29, 2018

The different scenarios work:

scalingo login --password-only
-----> Currently unauthenticated
       Trying login with user/password:

       Username or email: customer1
       Password: 

-----> Hello customer1, nice to see you!
scalingo login
-----> Currently unauthenticated
       Trying login with SSH…
 !     SSH connection failed.
       Trying login with user/password:

       Username or email: customer1
       Password: 

-----> Hello customer1, nice to see you!
scalingo login --ssh
-----> Currently unauthenticated
       Trying login with SSH…
 !     SSH connection failed.
 !     An error occured:
       fail to login with SSH: fail to create API token: request failed: server internal error - our team has been notified

Fix #351

@Soulou Soulou merged commit 54ad430 into master Aug 30, 2018
@EtienneM EtienneM deleted the fix/351/add_password_only_login branch May 17, 2021 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants