{{ connected_count }}
Connected
{{ total_count }}
Available
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% if error %}
{{ 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 %}

{{ provider.name }}

{% if provider.is_connected %} Connected {% else %} Not connected {% endif %}
{% if provider.is_connected and provider.social_account %}
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" }}
{% endif %}
{% if provider.is_connected %} {% else %} Connect {{ provider.name }} {% endif %}
{% endfor %}
{% else %}

No Social Providers Available

No social login providers are currently configured by your administrator.

{% endif %}

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.