The Admin is able to hand-pick which emails are allowed to participate from the component permissions screen.
Decidim::Verifications::MembersPicker will be available as a Component for Verifications.
More info about verifications can be found in decidim-verifications/README.
There is a task to authorize participants prior to enabling the verifier, Run the task from the rails console:
RAILS_ENV=production bundle exec rake decidim_verifications:members_picker:grant_authorization
Add this line to your application's Gemfile:
gem 'decidim-verifications-members_picker'
And then execute:
bundle
- Run
bundle install
. - Run
bundle exec rake test_app
. - Execute tests with
bundle exec rspec
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.