{% extends 'base.html' %} {% load static %} {% block title %}Remove Social Account - Account Management{% endblock %} {% block content %}
Account Removal Confirmation
What Will Happen When You Remove This Account
Login Access

You will no longer be able to log in using this {{ object.provider|title }} account.

Data Synchronization

Automatic profile updates from this account will stop.

Permissions Revoked

All granted permissions will be revoked on the provider side.

Data Retention

Your existing profile data will be preserved.

Activity History

Login history and activity logs will be preserved for audit purposes.

Re-linking

You can re-link this account type later if needed.

Current Account Usage
{{ object.login_count|default:127 }}
Total Logins
{{ object.sync_count|default:45 }}
Profile Syncs
{{ object.permissions_count|default:3 }}
Active Permissions
{{ object.days_since_last_use|default:2 }}
Days Since Last Use
{% csrf_token %}
{% if not has_other_login_methods %}
{% endif %}
Cancel
Alternative Actions
Temporarily Disconnect

Disable the account without removing it completely. You can reconnect it later without re-authorization.

Modify Permissions

Reduce permissions instead of removing the account completely.

Edit Settings
{% endblock %}