Members list and search plugin for Decidim (v0.9 onwards).
Adding this plugin to your Decidim based Rails app will add a new main menu entry Members which shows a searchable list of all members.
For now, the plugin depends on a small core patch which is located in the
extra directory.
Add this line to your application's Gemfile:
gem 'decidim-members'And then execute:
$ bundleOr install it yourself as:
$ gem install decidim-membersFork it and create a pull request.
Same as Decidim, AGPL v3.