ft_create_user - Fluid Topics - 3.11

Install Fluid Topics on Multiple Servers

Operating system
Debian
Category
Technical Notes
Audience
public
Version
3.11

The ft_create_user script is used to create users on the specified Fluid Topics portal.

User authentication is optional using this script, an Admin account must then be used to bypass registration restrictions.

Command template:

ft_create_user -n $USERNAME -m $USER_EMAIL -p [$USER_PASSWORD] --ft-login $FT_ADMIN_LOGIN --ft-password [$FT_ADMIN_PASSWORD] --ft-url $FT_PORTAL_URL [--ft-cert-file $CERTFILE_PATH] [--ft $FT_SAVED_TENANT][-v] [-h]

Command example:

ft_create_user -n John -m john@doe.com -p --ft-url myfluidtopics.net --ft-login admin@plop.net --ft-password

Command arguments:

  • -n: Expects the name of the user to be created. Can also be written --user-name.
  • -m: Expects the email address of the user to be created. Can also be written --mail.
  • -p: Expects the password of the user. Can also be written --password.
  • --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-url: Expects the url of the Fluid Topics portal.
  • --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.