{{ error }}
{% endif %}
{% if connected_count > 0 %}
You have {{ connected_count }} social account{{ connected_count|pluralize }} connected. You can disconnect them at any time.
{% endif %}
Social Account Connections
{% if providers %}
{% for provider in providers %}
{% if provider.is_connected and provider.social_account %}
{% endif %}
{% endfor %}
{% else %}
{{ provider.name }}
{% if provider.is_connected %}
Connected
{% else %}
Not connected
{% endif %}
Account ID: {{ provider.social_account.uid }}
{% if provider.social_account.last_login %}
Last login: {{ provider.social_account.last_login|date:"M d, Y" }}
{% endif %}
Connected: {{ provider.social_account.date_joined|date:"M d, Y" }}
{% if provider.is_connected %}
{% else %}
Connect {{ provider.name }}
{% endif %}
No Social Providers Available
No social login providers are currently configured by your administrator.
Security Notice
Connected social accounts can be used to sign in to your account. Only connect accounts from providers you trust. You can disconnect any social account at any time without affecting your main account.
How to Connect
Click "Connect" to link a social account - you'll be redirected to the provider's login page in the same window.
After authorizing, you'll return here with the account connected.
New Tab: Hold Ctrl/Cmd while clicking to open in a new tab instead.