heroku / heroku-two-factor

Deprecated - see our updated docs.
https://devcenter.heroku.com/articles/two-factor-authentication
0 stars 0 forks source link

Throw error if heroku-accounts plugin is installed #13

Closed jacobian closed 10 years ago

jacobian commented 10 years ago

If you have heroku-accounts installed, auth always fails (you get prompted for user/pass/code, but then told it failed). Uninstalling heroku-accounts fixes it.

We should either fix or document.

jonmountjoy commented 10 years ago

Just FYI: heroku accounts has many other issues - we don't actively recommend it on Dev Center. I sadly don't remember what they are off the top of my head - but that plugin subtly changes the behavior of other commands.

friism commented 10 years ago

For now, I think we should solve this be checking for existence of heroku-accounts plugin and just error'ing out.

brandur commented 10 years ago

You don't have to tell me twice! Fixed in #38.

friism commented 10 years ago

+1 :-)

nathany commented 10 years ago

@jonmountjoy Any recommended alternative to heroku-accounts that supports 2FA and allows independent personal and work accounts?

jonmountjoy commented 10 years ago

I don't, sorry @nathany

nathany commented 10 years ago

Guess I'll just need separate computers :-).

That would almost work, except I have yet another account for a non-profit project, setup such that they control how much they pay.

Perhaps I should just add my single account to all the places. Will investigate.