Skip to content

User Management

Person8880 edited this page Dec 19, 2015 · 6 revisions

Overview

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.

Config

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).

Clone this wiki locally