You are not currently logged in. Please click on the link below:
{% else %}
You are currently logged in as {{ user.username }} (logout).
| Profile | |
|---|---|
| username | {{ user.username }} |
| {{ user.email }} | |
| first name | {{ user.first_name }} | last name | {{ user.last_name }} | date joined | {{ user.date_joined }} | last login | {{ user.last_login }} |
| {{ social_user.provider }}/{{ social_user.uid }} - extra data | ||
|---|---|---|
| {{ key }} | {% if key == "id_token" %}'{{ value }}' | {% else %}{{ value|pprint }} |
{% endif %}