-
Notifications
You must be signed in to change notification settings - Fork 963
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
Improve instructional text for API tokens #6551
Comments
Example help text for "whole account" (user scoped) tokens: For tokens scoped to a specific project, what would the I assume that users can create a @theacodes @di @dstufft - any ideas? |
Project-scoped tokens look and are configured identically to user-scoped tokens, so the |
Just to be clear -> if I created a project-scoped token, then I would add the details of this token into a E.g. I cannot create |
Ah, not exactly. You would effectively have one "default" token. If you wanted to have multiple project-scoped tokens, you could do something like this: # either your user-scoped token or your default project-scoped token
[pypi]
username = __token__
password = pypi-blah
# some other token
[whatever]
username = __token__
password = pypi-blarg And then do Edit: Oh, and I believe you can create individual |
Thanks for your feedback @woodruffw. I'll update the text based on your feedback and we can go from there :) |
Ok, so second attempt: User scoped token instructionsProject scoped token instructions@woodruffw can you please review the text? I'm thinking that this information is maybe too long for this page and could be moved to the help page instead - but I'd like to get the details nailed down first :) |
Contractors on the OTF-funded work need to deprioritize work on the security features in order to ensure we complete the accessibility and internationalization work by the end of the month. Therefore, while this would be great to resolve and I recognize that Nicole may still complete it, I'm removing it from the milestone. |
Based on feedback collected in user testing:
On the API token confirmation page, we should:
On the
manage project > settings
page:FYI @justinmayer
The text was updated successfully, but these errors were encountered: