idangozlan / verdaccio-bitbucket

BitBucket auth plugin for verdaccio
MIT License
7 stars 17 forks source link

Fixes #12 when verdaccio searches for the 'adduser' function #13

Closed jppellerin closed 6 years ago

jppellerin commented 6 years ago

Verdaccio's add_user function is used when using the npm adduser command. Since users should already exist in Bitbucket, this function will do a simple passthrough, but will not fail. Therefore logging in using the adduser function will not fail. This means that documentation from the verdaccio repository remains 100% valid.

juanpicado commented 6 years ago

If this related with https://github.com/verdaccio/verdaccio/pull/854 a patch we just released today?

jppellerin commented 6 years ago

Yes that new patch fixes the problem. This pull request is no longer needed.