Sorry mate. Seems like you don't have access. to this page.
{% if exception %}
{{ exception.username }} needs to be part of {{ exception.access_required }}
{% if exception.path %}
to access {{ exception.path }}
{% endif %}
{% endif %}
This is a work in progress! So if you are having problems, here are a few pointers:
You can disable the feature by putting enable_authorization=False in adagios.conf
give your self administrator privileges by putting administrators = "{{ exception.username }}" in adagios.conf
administrators="" is a comma seperated list of either usernames, contactgroups or "everyone"
If you are running through apache, remember to reload apache after making changes to adagios.conf
If you are not using any authentication, add "anonymous" to the administrators group
Access control logic is defined as an access_map in adagios/auth.py. It might get user configurable later