{% extends "layout.html" %} {% block body %}
Welcome! This page is used to configure your user settings. For now, all you can do is access your auth token or change your password.

 

Your user's auth token is
{{ auth_token }}
You can supply this as a URL parameter by adding ?auth_token= to a URL. This auth token will allow you to programmatically issue queries or ingest data without using a browser.
NOTE: if your password changes, your auth token will be changed. You must update all apps to use the new auth token after changing your password
{% endblock %}