Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.56 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.56 KB

Decidim::UniqueIdentity

CircleCI Maintainability Test Coverage Crowdin

Unique identity authorization handler.

Usage

UniqueIdentity authorization handler

Installation

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

Removing

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.

Contributing

See Decidim.

License

This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.