Created
January 22, 2012 23:04
-
-
Save motiooon/1659246 to your computer and use it in GitHub Desktop.
nodejitsu change password error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Sun Jan 22 17:04:44 on ttys005 | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ node -v | |
v0.6.4 | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ npm -g install jitsu | |
/usr/local/bin/jitsu -> /usr/local/lib/node_modules/jitsu/bin/jitsu | |
[email protected] /usr/local/lib/node_modules/jitsu | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected] [email protected]) | |
└── [email protected] | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ sudo npm -g install jitsu | |
Password: | |
/usr/local/bin/jitsu -> /usr/local/lib/node_modules/jitsu/bin/jitsu | |
[email protected] /usr/local/lib/node_modules/jitsu | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected]) | |
├── [email protected] ([email protected] [email protected]) | |
└── [email protected] | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ jitsu -v | |
v0.7.7 | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ jitsu users confirm motiooon J77NGc8VHoY | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command users confirm motiooon J77NGc8VHoY | |
info: Confirming user motiooon | |
info: Great success! motiooon is now confirmed. | |
info: User motiooon confirmed | |
info: Would you like to log in now? | |
prompt: (yes/no) (yes): yes | |
info: Attempting to log in as motiooon | |
prompt: password: | |
error: Unable to Authenticate as motiooon | |
error: Nodejitsu Error (403): Forbidden | |
prompt: password: | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ jitsu users changepassword | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command users changepassword | |
prompt: password: | |
prompt: confirm password: | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ jitsu users changepassword | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command users changepassword | |
prompt: password: | |
prompt: confirm password: | |
error: Error running command users changepassword | |
error: Nodejitsu Error (404): Item not found | |
error: Could not find path: /users/ | |
info: Nodejitsu not ok | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ jitsu users changepassword | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command users changepassword | |
prompt: password: | |
prompt: confirm password: | |
error: Error running command users changepassword | |
error: Nodejitsu Error (404): Item not found | |
error: Could not find path: /users/ | |
info: Nodejitsu not ok | |
GABRIELs-MacBook-Air:~ gabrielbaciu$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment