Unable to use heroku gem cli after password changes

后端 未结 6 1885
攒了一身酷
攒了一身酷 2021-02-04 02:37

I changed my password via the web interface. And now I can\'t run any command that requires authentication. Password is using plain ASCII, nothing fancy, no Unicode, weird non-p

6条回答
  •  暖寄归人
    2021-02-04 03:19

    For all the future error-Googlers out there:

    The issue from 2013 has been fixed, however, after you change your password on the website, use the command:

    heroku login

    You will be prompted for your Heroku login and your new password. Goodbye weird "Authentication success. Authentication failure." errors.

    via the Heroku docs: https://devcenter.heroku.com/articles/authentication, about half-way down the page.

提交回复
热议问题