From 912b0fcf6a74805f6a4aee601abb2e305e6850a3 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 28 Aug 2015 18:21:34 +0200 Subject: [PATCH] Added a note on HBCI PIN security --- .../pretixplugins/banktransfer/import_form.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 %} +