instead of root changing settings.
easier to use as an admin if
this is changed
from
public function SettingsController_EasyMembersList_Create($Sender) {
$Sender->Permission('Garden.Plugins.Manage');
to
public function SettingsController_EasyMembersList_Create($Sender) {
$Sender->Permission('Garden.Settings.Manage');
4

Comments
If only there was some way to determine the proper permissions to use for a plugin.
Guess it is time to make a new wiki page.
@hgtonight
you the wiki man!
someday the people reading it will thanks you for making additions, and maybe one day people who get answers on the board will add to it as well.
Fixed.