+

Search Tips   |   Advanced Search


Deregistering users and groups

WebSphere Portal stores users and groups that exist in the user registry as entries in the database. When using the XML configuration interface or the Manage User and Groups portlet to delete users and groups, they are deleted from the user registry as well as from the database. Deleting a user or group directly from the configured user registry does not remove the database entry. Also, WebSphere Portal does not remove entries from its database when users or groups are muted in the user registry, for example, users with too many wrong password attempts. You can manually remove the users and groups from the database.

To remove users and groups from the database:

  1. Export the affected user and group database entries by using the XML configuration interface and referencing the CleanupUsers.xml file as the input; see Sample XML configuration files for information including the location of the input file.

  2. Check the exported XML file and compare the exported entries with the user registry; for example, determine which users and groups you want to delete permanently, and which of the muted users and groups you want to re-enable.

  3. From the exported XML file remove the users and groups that you want to keep in the database. All users and groups that remain in the file will be removed from the database.

  4. Import the modified XML file with the XML configuration interface.

    The users and groups that are listed in the XML file are removed from the database.

After deleting these entries with the modified XML script, all customization is lost for the deleted users and groups.


Parent topic:

Users and groups