Unique identity authorization handler.
UniqueIdentity authorization handler
Add this line to your application's Gemfile:
gem 'decidim-unique_identity'
And then execute:
bundle
Apply migration:
bundle exec rake decidim_unique_identity:install:migrations
bundle exec rake db:migrate
To remove this authorization handler
Remove this line from Gemile:
gem 'decidim-unique_identity'
And then execute:
bundle
bundle exec rake db:migrate SCOPE=decidim_unique_identity VERSION=0
You can then safely remove the file add_unique_identity_fields_to_org.rb
from your db/migrate
folder.
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.