rPath Appliance Platform Agent:Change Password
From rPath Wiki
The rPath Appliance Platform Agent (rAPA) includes a Change Password plugin which is enabled by default. The plugin provides a way for Appliance Agent users to manage their passowrds for accessing the rAPA interface.
Access to system administration tools is based on the group to which the user belongs. Groups are assigned roles that are defined in the appliance configuration. Appliance developers should see the Appliance Developer Notes section for more information about configuring plugins for specific roles.
Using the User Management Plugin Interface
See the Change Password page in the Appliance Administration pages for information on how to use the Change Password plugin in the web interface.
Appliance Developer Notes
Developers include roles when developing a plugin, and the roles are statically defined in the plugin code. Create and edit groups in the User Management plugin to see a list of the roles defined in the included plugins, and associate groups with roles. Roles determine the access level of authenticated users inside the web interface. This access level must be administrator to change user passwords unless the user is changing their own password.
The standard appliance agent plugins each have the admin role that covers all functions in the plugin. This admin role is automatically added to all plugins, even if other roles are not defined. The current user must be in a group with the admin role to see and use the included standard plugins.
Though these roles are attached to users created specifically for rPath Appliance Platform Agent, appliance developers can adapt the appliance agent to use external authentication.
