{% extends "internal_base.html" %} {% block meta %}
Created | {{user_account['created_at'].date().isoformat()}} |
---|---|
Auth token | {{ admin_token }} |
Organization | {{ organization_name }} |
User is activated
{% else %}User is deactivated
{% end %}In case the user uses email+password authentication,
you can change the password from Auth0
Name | Role | Token | Actions | {% for w in sorted(workspaces, key = lambda w: w['role'], reverse=True) %} {% set wksp_token = w.get('token', '') %} {% set token_id = "token-" + w['id'] %}
---|---|---|---|
{{w['name']}} | {{w['role']}} | {{wksp_token}} |
Name | Status | Actions | {% for flag, value, is_override in user_feature_flags %}
---|---|---|
{{ flag['name'] }}
{{ flag['description'] }} |
{% if value %} Activated{% if is_override %}*{% end %} {% else %} Deactivated{% if is_override %}*{% end %} {% end %} | {% if is_override %} {% end %} |
Type | Id | Date created | Operations | {% for integration in integrations %}
---|---|---|---|
{{ integration.integration_type }} | {{ integration.integration_id }} | {{ integration.date_created.isoformat() }} |
Name | Status | Actions | {% for name, viewed in user_campaigns %}
---|---|---|
{{ name }} | {% if viewed %} Viewed {% else %} - {% end %} |