Associate your Twitter account
{% if message %}
{{ message }}
{% endif %}
{% if user.twitter %}
Your Twitter account can be used to log in to this site.
{% else %}
{% if error %}
-
{% ifequal error "twitter_already_linked" %}
The {{ error_user }} Twitter account is already linked to another account on this site.
Logout of Twitter?
{% endifequal %}
{% endif %}
Associate a Twitter account so you can use it to log in to this site.
Sign in to Twitter
{% endif %}