Skip to content

OpenSourcePolitics/decidim-module-unique-identity

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published