- Allows to collect and manage some extra user fields on registration and profile edition.
- Adds a link in admin participants panel to download users of organization in several formats.
Add this line to your application's Gemfile:
For Decidim 0.26:
gem "decidim-extra_user_fields", git: "https://github.com/PopulateTools/decidim-module-extra_user_fields", branch: "release/0.26-stable"
For Decidim 0.25:
gem "decidim-extra_user_fields", git: "https://github.com/PopulateTools/decidim-module-extra_user_fields", branch: "release/0.25-stable"
For Decidim 0.24:
gem "decidim-extra_user_fields", git: "https://github.com/PopulateTools/decidim-module-extra_user_fields", branch: "release/0.24-stable"
And then execute:
bundle
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.