{% extends "install_base.html" %} {% block head %} {% endblock %} {% block content %}

{% trans 'Generate _install section password hash.' %}

{% trans 'Before you can login into the _install section, you must insert a login password hash into your settings.py.' %}
{% trans 'Here you can generate this password hash.' %}

{% trans 'Please ...' %}

  1. {% trans '... input a Password.' %}
  2. {% trans '... copy and paste the SHA hash into your settings.py. (Variable "INSTALL_PASSWORD_HASH")' %}
  3. {% trans '... reload this page.' %}

{% trans 'Generate SHA-1 hash.' %}
{% trans '(at least 8 chars long and only ASCII letters are allowed!)' %}


{% trans 'You must copy and paste the hash into your settings.py file.' %}


{% endblock %}