ft_delete_user - Fluid Topics - 4.0

Install Fluid Topics on a Single Server

Operating system
Debian
Category
Technical Notes
Audience
public
Version
4.0

The ft_delete_user script is used to delete users on the specified Fluid Topics portal.

The ft_delete_user commands only removes users from the internal realm. Users from SSO realms have to be locked from the user management interface.

Command template:

ft_delete_user -uid $USER_ID --ft-login $FT_ADMIN_LOGIN --ft-password [$FT_ADMIN_PASSWORD]] --ft-url $FT_PORTAL_URL [--ft-cert-file $CERTFILE_PATH] [--ft $FT_SAVED_TENANT][-f] [-v] [-h]

Command example:

ft_delete_user -uid 12345678-5e7b-4deb-b4a9-5f9922b76f83 --ft-url myfluidtopics.net --ft-login admin@plop.net --ft-password

Command arguments:

  • -uid: Expects user identifier (retrieved using ft_list_users). Can also be written --user-id.
  • -f: Used to force remove a user. Can also be written --force.
  • --ft-url: Expects the url of the Fluid Topics portal.
  • --ft-login: Expects the login of a user on the Fluid Topics portal with ADMIN role.
  • --ft-password: Expects the password of a user on the Fluid Topics portal with ADMIN role.
  • --ft-cert-file: Expects the path of the security certfile.
  • --ft: Expects the saved tenant.
  • -v: Activates verbose mode. Can also be written --verbose.

  • -h: Displays the help and lists all available optional arguments for the command. Can also be written --help.

The script is available in the antidot-fluidtopics-reply package.