{% extends "admin_app.html" %} {% from "library.j2" import box, form_button, standard_button, icon, access_level_description, access_level_icon %} {% block content %}
{% trans date=target_user.deletion_request.deleted_at | format_datetime %}The owner of the account sent a deletion request on {{ date }} using their app.{% endtrans %}
{% trans time=(target_user.deletion_request.pending_until - now())|format_timedelta %}The account has been locked, and will be automatically deleted permanently in {{ time }}.{% endtrans %}
{% trans %}If this was a mistake, you can cancel the deletion and restore the account.{% endtrans %}
{% trans %}The user will not be able to log in to their account until it is unlocked again.{% endtrans %}
{% trans %}The login name cannot be changed.{% endtrans %}
{% trans %}The access level of a user determines what interactions are allowed for them on your Snikket service.{% endtrans %}
{{ description }}
{% trans %}If the user has lost their password, you can use the button below to create a special link which allows to change the password of the account, once.{% endtrans %}
{% trans %}In some cases, extended information about the user account and the connected devices is necessary to troubleshoot issues. The button below reveals this (sensitive) information.{% endtrans %}