-
Notifications
You must be signed in to change notification settings - Fork 23
User Management
Person8880 edited this page Dec 19, 2015
·
6 revisions
The user management plugin allows you to add/edit/remove users and groups while the server is running. If you have a remote user config, it can also be configured to send these changes to your webserver.
The config looks something like this:
{
"SendActionsToURL":false,
"MaxSubmitRetries":3,
"APIURL":"",
"RequestArguments":[],
}
The file should be called “UserManagement.json” and should be placed in the directory defined as your plugin config directory (default is config://shine/plugins).