+
{% blocktrans trimmed %}
- Revoke access to our old GitHub OAuth app.
- You'll be redirected to GitHub, where you need to click on "Revoke access".
+ During the beta period, we don't recommend revoking access to our old GitHub OAuth app.
+ You will be reminded to complete this step after the beta period ends.
{% endblocktrans %}
-
-
- {% if has_projects_pending_migration and not step_revoke_completed %}
-
-
- {% blocktrans trimmed with migrate_step="?step=migrate" manual_migration_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#manually-migrating-a-project" %}
- You have projects that need to be
migrated.
- If you revoke access now, you'll need to
manually migrate them.
+
+
+
+ {% blocktrans trimmed %}
+ Revoke access to our old GitHub OAuth app.
+ You'll be redirected to GitHub, where you need to click on "Revoke access".
{% endblocktrans %}
-
- {% endif %}
+
- {% include "profiles/partials/github_oauth_revoke_list.html" with objects=old_github_accounts current_page=request.get_full_path %}
+ {% if has_projects_pending_migration and not step_revoke_completed %}
+
+
+ {% blocktrans trimmed with migrate_step="?step=migrate" manual_migration_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#manually-migrating-a-project" %}
+ You have projects that need to be
migrated.
+ If you revoke access now, you'll need to
manually migrate them.
+ {% endblocktrans %}
+
+ {% endif %}
+
+ {% include "profiles/partials/github_oauth_revoke_list.html" with objects=old_github_accounts current_page=request.get_full_path %}
+
+
{% blocktrans trimmed %}
- Disconnect the old GitHub OAuth app from your Read the Docs account.
- {% endblocktrans %}
-
-
-
-
- {% blocktrans trimmed with manual_migration_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#manually-migrating-a-project" %}
- After disconnecting the old GitHub OAuth app, you won't be able to see this page again.
- If you have projects that need to be migrated, you'll need to
manually migrate them.
+ During the beta period, we don't recommend disconnecting your account from our old GitHub OAuth app.
+ You will be reminded to complete this step after the beta period ends.
{% endblocktrans %}
+
+
+ {% blocktrans trimmed %}
+ Disconnect the old GitHub OAuth app from your Read the Docs account.
+ {% endblocktrans %}
+
- {% include "profiles/partials/github_oauth_disconnect_list.html" with objects=old_github_accounts %}
+
+
+ {% blocktrans trimmed with manual_migration_docs="https://docs.readthedocs.com/platform/stable/reference/git-integration.html#manually-migrating-a-project" %}
+ After disconnecting the old GitHub OAuth app, you won't be able to see this page again.
+ If you have projects that need to be migrated, you'll need to
manually migrate them.
+ {% endblocktrans %}
+
+
+ {% include "profiles/partials/github_oauth_disconnect_list.html" with objects=old_github_accounts %}
+
{% endif %}