Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

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:

Expand All @@ -27,9 +27,11 @@

== 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.

Check warning on line 30 in docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc", "range": {"start": {"line": 30, "column": 322}}}, "severity": "WARNING"}

Check warning on line 30 in docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'SMS', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'SMS', if it's unfamiliar to the audience.", "location": {"path": "docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc", "range": {"start": {"line": 30, "column": 237}}}, "severity": "INFO"}

Check warning on line 30 in docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc", "range": {"start": {"line": 30, "column": 158}}}, "severity": "WARNING"}

Check warning on line 30 in docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'won't' instead of 'will not'. Raw Output: {"message": "[Google.Contractions] Use 'won't' instead of 'will not'.", "location": {"path": "docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc", "range": {"start": {"line": 30, "column": 109}}}, "severity": "INFO"}

Check warning on line 30 in docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc", "range": {"start": {"line": 30, "column": 109}}}, "severity": "WARNING"}

Check warning on line 30 in docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is required'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is required').", "location": {"path": "docs/en/modules/admin/pages/participants/authorizations/ephemeral_verifications.adoc", "range": {"start": {"line": 30, "column": 80}}}, "severity": "INFO"}

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.
Expand Down
Loading