From 0aa31ffa65984985b73b95e9bdfc49fe8644dda5 Mon Sep 17 00:00:00 2001 From: Carlo Beltrame Date: Tue, 30 Jun 2026 16:49:30 +0200 Subject: [PATCH] Clarify in docs that this feature is not included in decidim by default --- .../authorizations/ephemeral_verifications.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc b/docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc index 50f4b419c8..e017284ab3 100644 --- a/docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc +++ b/docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc @@ -13,7 +13,7 @@ The Ephemeral Verification Method is designed to streamline participation for on NOTE: This feature is intended for limited duration during a specific participatory process, such as a voting phase of participatory budgeting. -=== How does it works? +=== How does it work? This feature allows participants to participate without registering on the platform, by verifying their identity with the system chosen by the organisation. The key features are: @@ -27,9 +27,11 @@ This feature allows participants to participate without registering on the platf == Configuration +NOTE: To enable Ephemeral Verification, some customization to the Decidim code is required. The below steps will not work on a vanilla Decidim instance. You will first need to develop and register a custom form class or, in the case of SMS verification, a custom engine for the ephemeral verification workflow. Only then will it become available for selection in the system panel. + To enable Ephemeral Verification you need to follow these steps: -1. Access to the system panel. +1. Access the system panel. 2. Enable the ephemeral-verification method. 3. Link it to an existing verification method (for example organization census). 4. Go to the admin dashboard.