{% extends "core.html" %} {% block html_class %}login-pf{% endblock %} {% block body %} Oracle® logo

{{ form_title }}

{% if form.errors %}
{% for key, value in form.errors.items %} {% for error in value %}
{{ error }}
{% endfor %} {% endfor %}
{% endif %}
{% csrf_token %}
{#
#}
{% if next %} {% endif %}

We have detected that this is the first time you are running Preupgrade Assistant UI.

If you are planning to serve the application over network, you may want to have controlled access to the interface itself. Create new user role using a form next to this text. If you feel like you don't need authorized access, you may disable it by clicking on a button Disable Authentication.

To proceed, either create a new user or disable authentication (if you want to enable it in future, you can easily do in User Management).

{% endblock %}