{% extends "registration/registration_base.html" %} {% load i18n %} {% load bootstrap %} {% block title %}{% trans "Register for an account" %}{% endblock %} {% block content %}

No registration required for testing

You can easily test the service and see what you get.

Just directly log in as:

Note: if that doesn't work, the service administrator did not set up the test account yet or discontinued offering it. In that case, you can still just register a new account.

test account is only for testing

Any data (hosts, domains, ...) entered using the test account might be removed at any time and without prior notice.

So if you'ld like your stuff to stay, please register for a regular account after finishing your initial evaluation.

Register new account

{% csrf_token %} {{ form|bootstrap }}
{% endblock %}