mxp.plugins.UserManager - geosolutions-it/MapStore GitHub Wiki
Needed Files
In order to use this plugin you need to include this files in the build.cfg:
src/mxp/plugins/UserManager.js
NOTE: In the default configuration this is already done.
Plugin description
This plugin allow manage GeoStore's user and user groups .
Configuration Example
You can configure it adding this plugin with this configuration:
{
"ptype": "mxp_usermanager",
"loginManager": "loginTool",
"actionTarget":{
"target": "north.tbar",
"index": 2
}
}
The basic parameters are:
- loginManager: Login plugin id to get the user information
- addManageGroupsButton: Show 'Manage group' button. Default its true
- showEnabled: Show
enabled
property of the user as a checkbox and allows to change it. Default is false