Skip to content

Instantly share code, notes, and snippets.

@motiooon
Created January 22, 2012 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save motiooon/1659246 to your computer and use it in GitHub Desktop.
Save motiooon/1659246 to your computer and use it in GitHub Desktop.
nodejitsu change password error
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
jitsu@0.7.7 /usr/local/lib/node_modules/jitsu
├── colors@0.6.0-1
├── async@0.1.15
├── pkginfo@0.2.3
├── eyes@0.1.7
├── prompt@0.1.12
├── cliff@0.1.5
├── rimraf@1.0.9
├── nodejitsu-api@0.2.4-2
├── request@2.2.9
├── nconf@0.2.0
├── semver@1.0.13
├── ncp@0.2.3
├── npm@1.1.0-beta-9
├── optimist@0.2.8 (wordwrap@0.0.2)
├── winston@0.5.9 (stack-trace@0.0.6 loggly@0.3.11)
└── require-analyzer@0.4.0-1
GABRIELs-MacBook-Air:~ gabrielbaciu$ sudo npm -g install jitsu
Password:
/usr/local/bin/jitsu -> /usr/local/lib/node_modules/jitsu/bin/jitsu
jitsu@0.7.7 /usr/local/lib/node_modules/jitsu
├── colors@0.6.0-1
├── eyes@0.1.7
├── pkginfo@0.2.3
├── prompt@0.1.12
├── async@0.1.15
├── cliff@0.1.5
├── request@2.2.9
├── nodejitsu-api@0.2.4-2
├── nconf@0.2.0
├── rimraf@1.0.9
├── semver@1.0.13
├── ncp@0.2.3
├── npm@1.1.0-beta-9
├── optimist@0.2.8 (wordwrap@0.0.2)
├── winston@0.5.9 (stack-trace@0.0.6 loggly@0.3.11)
└── require-analyzer@0.4.0-1
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