<% if user: username = user.username %>
<%! from django.conf import settings from ibl_ai_edx_sso_backend.constants import CHECK_USER_SESSION_INTERVAL %> <% try: userIsAuthenticated = user.is_authenticated() except TypeError: userIsAuthenticated = user.is_authenticated except Exception: userIsAuthenticated = None if user: userIsAdmin = user.is_superuser username = user.username else: userIsAdmin = False username = None ENABLE_IDLE_SESSION_TIMEOUT = getattr( settings, 'IBL_ENABLE_IDLE_SESSION_TIMEOUT', False ) user_unit = request.GET.get("user_unit", True) %>
Skip to main content

You have signed out.

If you are not redirected within 5 seconds, click here to go to the home page.