diff --git a/src/opnsense/service/conf/actions.d/actions_auth.conf b/src/opnsense/service/conf/actions.d/actions_auth.conf index 1b78cd48a..93653a775 100644 --- a/src/opnsense/service/conf/actions.d/actions_auth.conf +++ b/src/opnsense/service/conf/actions.d/actions_auth.conf @@ -3,18 +3,18 @@ command:/usr/local/sbin/pluginctl -c user_changed parameters:%s type:script message:user %s changed -allowed_groups = wheel +allowed_groups: wheel [add.user] command:/usr/local/opnsense/scripts/auth/add_user.php -u parameters:%s type:script_output message:add user %s -allowed_groups = wheel +allowed_groups: wheel [list.groups] command:/usr/local/opnsense/scripts/auth/list_group_members.php parameters: type:script_output message:list group memberships -allowed_groups = wheel +allowed_groups: wheel