diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_form.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_form.html index ccea3d35ea..151a4516ee 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_form.html +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_form.html @@ -35,7 +35,17 @@ {% csrf_token %} {% bootstrap_form hbci_form layout='horizontal' %}
- {% trans "Please note that this step might take a few minutes." %} +

+ {% trans "Please note that this step might take a few minutes." %} +

+
+ {% blocktrans trimmed %} + Your HBCI PIN code is only stored on the server for a very short time and + immediately deleted after the communication with the bank is over. However, + we strongly advise you to ask your bank for HBCI credentials + that have read-only access to your bank account. + {% endblocktrans %} +