taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit c336901cbce62b7d2833fa5a930f9ca443d146da
parent 7c90d47bc042a68e7217e2dbd98db45f0b7604f9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  8 Aug 2024 10:49:00 +0200

document new flag

Diffstat:
Mdesign-documents/023-taler-kyc.rst | 4----
Mmanpages/taler.conf.5.rst | 3+++
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/design-documents/023-taler-kyc.rst b/design-documents/023-taler-kyc.rst @@ -1053,10 +1053,6 @@ The "check_name" value "skip" is reserved and must not be defined. It can be used in measures where the AML program must be run immediately without any input. -A check with the "check_name" of "default" should be configured. This check is -used when users inquire about KYC in the original state before any trigger -thresholds have been passed. - Configuration of legitimization requirement triggers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst @@ -243,6 +243,9 @@ PRIVACY_DIR PRIVACY_ETAG Works the same as ``TERMS_ETAG``, just for the privacy policy. +ENABLE_KYC + Must be set to ``YES`` to enable AML/KYC rule enforcement. Note that the administrative endpoints will always work, even if the flag is set to ``NO``. + EXCHANGE KYC PROVIDER OPTIONS -----------------------------