commit cc7e56a9f98cf75d82e32984eab464fdfeb00eb0
parent 71078478aed838f2140768398259cacfc32f7d67
Author: MS <ms@taler.net>
Date: Fri, 15 Dec 2023 09:46:00 +0100
mention of default TAN scripts
Diffstat:
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/libeufin/regional-manual.rst b/libeufin/regional-manual.rst
@@ -131,8 +131,14 @@ Grab a coffee.
Custom e-mail / SMS TAN scripts
===============================
-Should you want to use custom scripts to send the e-mail or SMS TAN,
-set the configuration like follows:
+The guided setup installs the TAN scripts found in ``libeufin/contrib/``:
+``libeufin-tan-email.sh`` and ``libeufin-tan-sms.sh``, but should you want
+to use custom scripts to send the e-mail or SMS TAN, set the configuration
+like follows:
+
+.. note::
+
+ the default SMS TAN script is based on the `Telesign <https://www.telesign.com>`_ provider.
.. code-block:: console
@@ -143,7 +149,7 @@ set the configuration like follows:
The scripts TAN_SMS/EMAIL must accept the phone number / e-mail address
as the ``$1`` parameter and the content in their standard input.
-
+
Connecting to a Fiat Bank
=========================