summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-12-15 09:46:00 +0100
committerMS <ms@taler.net>2023-12-15 09:46:27 +0100
commitcc7e56a9f98cf75d82e32984eab464fdfeb00eb0 (patch)
treed59c77ca84b4bbaa719043cd8537f8612e66ff84 /libeufin
parent71078478aed838f2140768398259cacfc32f7d67 (diff)
downloaddocs-cc7e56a9f98cf75d82e32984eab464fdfeb00eb0.tar.gz
docs-cc7e56a9f98cf75d82e32984eab464fdfeb00eb0.tar.bz2
docs-cc7e56a9f98cf75d82e32984eab464fdfeb00eb0.zip
mention of default TAN scripts
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/regional-manual.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/libeufin/regional-manual.rst b/libeufin/regional-manual.rst
index 09a5babd..78e3c86d 100644
--- 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
=========================