{% extends "base.html" %} {% load i18n %} {% block title %} {% translate "Revoke password and API tokens" %} {% endblock %} {% block content %}

{% blocktranslate trimmed with name=userprofile.get_full_name %} Are you sure that you want to revoke the password of the user "{{ name }}"? They won't be able to log in until they reset their password. This will also revoke all the users API tokens. {% endblocktranslate %}

{% csrf_token %} {% translate "Back" %}
{% endblock %}