erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Hex does not actually auth when running the auth task #203

Closed eproxus closed 2 years ago

eproxus commented 3 years ago
> rebar3 hex user auth
Username: ([])> eproxus
Account Password: <OBVIOUSLY WRONG PASSWORD>                         
You have authenticated on Hex using your account password. However, Hex requires you to have a local password that applies only to this machine for security purposes. Please enter it.
Local Password: ^C                      
BREAK: (a)bort (A)bort with dump (c)ontinue (p)roc info (i)nfo
       (l)oaded (v)ersion (k)ill (D)b-tables (d)istribution

The above can't be true since I entered a bogus password on purpose.

Environment

> rebar3 --version
rebar 3.14.4 on Erlang/OTP 23 Erts 11.1.8
> rebar3 as global plugins list
--- Global plugins ---
rebar3_hex (6.10.3)
starbelly commented 3 years ago

@eproxus Yup, also set to be dealt with via https://github.com/erlef/build-and-packaging-wg/issues/11

eproxus commented 3 years ago

@starbelly That’s great! Can I close this issue for now, or do you want to leave it open as a reminder?