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

init malfunctioning after one wrong password attempt #145

Closed
omarchehab98 opened this issue Mar 31, 2018 · 1 comment
Closed

init malfunctioning after one wrong password attempt #145

omarchehab98 opened this issue Mar 31, 2018 · 1 comment
Assignees
Labels

Comments

@omarchehab98
Copy link

lib init stops working after one wrong password attempt.

Expected Outcome

$  lib init -f

Welcome to stdlib! :)

To use the stdlib registry, you must have a registered StdLib account.
It will allow you to push your services to the cloud and manage environments.
It's free to create an account. Let's get started!

Please enter your e-mail to login or register.

? E-mail [email protected]

Welcome back, omarchehab98!
Please enter your password.

? Password ********               <- wrong password

Error: Invalid credentials

? Password ********               <- correct password

Logged in successfully! Retrieving default Library Token (API Key)...
Active Library Token (API Key) set to: Library Token


Congratulations!
Your stdlib development environment has been initialized.

Use lib create <service> to create a new (local) service package.
or type lib get <service> to download an existing service package.

Additionally, use lib help to see more commands.

Happy building! :)

Actual Outcome

$ lib init -f

Welcome to stdlib! :)

To use the stdlib registry, you must have a registered StdLib account.
It will allow you to push your services to the cloud and manage environments.
It's free to create an account. Let's get started!

Please enter your e-mail to login or register.

? E-mail [email protected]

Welcome back, omarchehab98!
Please enter your password.

? Password ********               <- wrong password

Error: Invalid credentials

? Password ********               <- correct password

Error: Invalid credentials
$  lib init -f

Welcome to stdlib! :)

To use the stdlib registry, you must have a registered StdLib account.
It will allow you to push your services to the cloud and manage environments.
It's free to create an account. Let's get started!

Please enter your e-mail to login or register.

? E-mail [email protected]

Welcome back, omarchehab98!
Please enter your password.

? Password ********               <- correct password

Logged in successfully! Retrieving default Library Token (API Key)...
Active Library Token (API Key) set to: Library Token


Congratulations!
Your stdlib development environment has been initialized.

Use lib create <service> to create a new (local) service package.
or type lib get <service> to download an existing service package.

Additionally, use lib help to see more commands.

Happy building! :)
@keithwhor
Copy link
Contributor

I'll look into this early next week: there are a few outstanding items here that we need to ship fixes for on the CLI end. :)

@keithwhor keithwhor self-assigned this Apr 19, 2018
@keithwhor keithwhor added the bug label Apr 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants