{# vim:set softtabstop=2: -#} {% set title = 'Wizard Credentials' -%} {#% set refresh = 15 %#} {% include "_header.html" %} {% set active="credentials" %}

Credentials Setup

Please set the administrator username and password.

{% set errors = wizard.errors.get('credentials', {}) %}
{% if errors.get('username_spaces') %}

Username cannot contain space at the beginning nor the end

{% elif errors.get('username') %}

Please provide a username in valid format and with sufficient length.

{% endif %}
{% if wizard.restored_digest %}
Your password is restored from your configuration file. If you want to set a new one, please fill it into the form below.

{% set password_placeholder = "Restored from configuration file" %} {% endif %}
{% if errors.get('password_spaces') %}

Password cannot contain space at the beginning nor the end

{% elif errors.get('password') %}

Please provide a strong password in correct format and with sufficient length.

{% endif %}
Passwords must be same.

PrusaLink will use HTTP Digest authorization. Username length must be at least 3 characters long
Passwords cannot contain spaces at the beginning nor the end, and must meet at least one of these conditions:

  • Minimal length 8 characters, including one lowercase letter, one uppercase letter and one number
  • Minimal length 8 characters, including one non-alphanumeric character (e.g. @)
  • Minimal length 15 characters
  • {# /col-md-9 so end of content #}
    {# /row #}
    {# /container #} {% include "_wizard.html" %} {% include "_footer.html" %}