Products | Versions |
---|---|
Spotfire Server | 6.0 and higher |
Here are the details of the command from the TIBCO Spotfire Server Installation and Configuration manual.
=========================
delete-disabled-users
Deleted disabled user accounts.
delete-disabled-users [-b value | --bootstrap-config=value] [-t value | --tool-password=value] [-a <true|false> | --keep-once-active-users=<true|false>] [-m <true|false> | --keep-group-members=<true|false>] [-p <true|false> | --keep-users-with-library-permissions=<true|false>] [-l <true|false> | --keep-library-authors=<true|false>] [-f | --force]
=========================
Note that the following parameters default to TRUE.
You may need to explicitly set these to FALSE in order to remove currently disabled users who meet the criteria, were once active, are members of group, have library permissions, are authors, etc.
Since the "delete-disabled-users" config command was not introduced until version 6.0 it is not possible to delete disabled users via the Spotfire application. You can find those disabled users in the database with a query such as the following.
select * from USERS where ENABLED = 0