peny / setpass

Reset your password for multiple services at once

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setpass

Change your password for popular services from your command line

Currently supported services

  • facebook
  • github
  • twitter
  • gmail

Usage

$ npm install -g setpass

$ setpass --service twitter --username username --password pass --newpassword word

username, password and newpassword are all optional, there is a pretty CLI waiting for you if you skip any of them

$ setpass --service gmail

###Did you know: Under some distros a space before a bash command will cause it not to be saved to history

Options

Options:
  --service, -s             Service to change password for                [required]
  --username, -u            Username
  --password, -p            Current password
  --newpassword, -n         New password
  --silent                  Do not log password change status

About

Reset your password for multiple services at once


Languages

Language:JavaScript 100.0%