-
Notifications
You must be signed in to change notification settings - Fork 656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_npmUser not sent with NPM 2.0.0 #173
Comments
FYI: This does not happen when using basic authentication. |
Same problem. |
@rlidwka I'm not entirely certain whether this is a bug in the npm client or something that sinopia needs to handle. Regardless, thoughts on updating lib/index-api.js so that if a package is published and _npmUser.name is empty, set it to req.remote_user.name? Let me know if that seems reasonable and I'll send a pull request. |
+1 |
1 similar comment
👍 |
+1 Issue still present using npm 3.3.3. |
+1 npm 2.14.2 |
+1 npm 2.14.7 |
Fixes rlidwka#173 with missing author name in the web interface
Hi,
When publishing packages with NPM 2.0.0 the _npmUser field is not set on the package. This leads to the user not showing up in the web interface.
The text was updated successfully, but these errors were encountered: