{% load i18n core_tags lib_tags %}
{% blocktranslate trimmed %} The password scheme {{ scheme }} has been deprecated and will be removed in the next minor version. The procedure to upgrade to a stronger scheme is as follows:
{% blocktranslate trimmed %} You must apply this procedure BEFORE you install a newest version of Modoboa, otherwise you will be unable to connect to the web interface anymore. {% endblocktranslate %}
{% blocktranslate trimmed %}Please note that you will see this message until ALL user passwords have been converted using the new scheme.{% endblocktranslate %}
{% trans "Check the following list to find the component(s) that can be updated." %}
{% trans "Name" %} | {% trans "Installed version" %} | {% trans "Last version" %} | {% trans "Description" %} |
---|---|---|---|
{{ extension.label }} | {{ extension.version }} | {% if extension.update %}{% if extension.changelog_url %}{{ extension.last_version }}{% else %}{{ extension.last_version }}{% endif %}{% else %}{{ extension.last_version }}{% endif %} | {{ extension.description }} |
{% trans "Name" %} | {% trans "Role" %} | {% trans "Last login" %} |
---|---|---|
{{ u.username }} | {{ u.role }} | {{ u.last_login }} |