-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Remove Twitter account linking documentation #1802
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
base: main
Are you sure you want to change the base?
Conversation
- Remove Twitter account linking section from managing profile settings - Update 2FA configuration to remove Twitter account linking references - Update privacy policy to remove Twitter data collection references - Update requesting data documentation to remove Twitter account reference - Update shared.js to remove Twitter connect functionality
|
Twitter account linking functionality has been completely removed from both the UI and backend. This PR updates the documentation to reflect these changes and removes all related screenshots.
Changes made:
Files modified:
content/getting-started/managing-your-npm-user-account/managing-your-profile-settings.mdx- removed Twitter linking sectionscontent/getting-started/managing-your-npm-user-account/requesting-your-data.mdx- removed Twitter account referencecontent/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication.mdx- removed Twitter recovery optioncontent/policies/privacy.mdx- removed Twitter data collection referencessrc/shared.js- removed Twitter connect functionalityconnect-github.png,github-remove.png,github-success.png,link-github-account.png,recover-account.pngconnect-twitter.png,twitter-authorize.png,twitter-disconnect.png,twitter-login.png,twitter-remove.png,twitter-success.png,link-twitter-account.png,github-disconnect.pngManual testing:
Verify all documentation pages render correctly without broken links or Twitter references. Check the following pages in the local development server or staging environment:
/getting-started/managing-your-npm-user-account/managing-your-profile-settings- should only show GitHub linking options/getting-started/setting-up-your-npm-user-account/configuring-two-factor-authentication- should only mention GitHub for account recovery/getting-started/setting-up-your-npm-user-account/recovering-your-2fa-enabled-account- support ticket section should only mention GitHub/getting-started/setting-up-your-npm-user-account/receiving-a-one-time-password-over-email- support ticket section should only mention GitHub/policies/privacy- should not reference Twitter data collection/getting-started/managing-your-npm-user-account/requesting-your-data- should not list Twitter account in personal detailsConfirm all updated screenshots display properly and reflect the current UI state.
Test results:
No new automated tests added as this is a documentation-only change. Existing linting and formatting checks pass successfully.