{% trans %}Step{% endtrans %} {{ current_step }}: {% trans %}Setup of account and name servers{% endtrans %}

{% trans %}Now we will gather all details for the configuration itself.{% endtrans %}

{% if db_type != 'sqlite' %} {% endif %}
{% trans %}Username{% endtrans %}
{% trans %}Provide the user name{% endtrans %}
{% trans %}The username for Poweradmin. This new user will have limited rights only.{% endtrans %}
{% trans %}Password{% endtrans %}
{% trans %}Provide the user password{% endtrans %}
{% trans %}The password for this username.{% endtrans %}
{% trans %}Hostmaster{% endtrans %}
{% trans %}Provide the DNS hostmaster{% endtrans %}
{% trans %}When creating SOA records and no hostmaster is provided, this value here will be used. Should be in the form "hostmaster.example.net".{% endtrans %}
{% trans %}Primary nameserver{% endtrans %}
{% trans %}Provide the primary nameserver{% endtrans %}
{% trans %}When creating new zones using the template, this value will be used as primary nameserver. Should be like "ns1.example.net".{% endtrans %}
{% trans %}Secondary nameserver{% endtrans %}
{% trans %}Provide the secondary nameserver{% endtrans %}
{% trans %}When creating new zones using the template, this value will be used as secondary nameserver. Should be like "ns2.example.net".{% endtrans %}