Skip to Main Content
Spotfire Ideas Portal
Status Will not implement
Product Spotfire
Created by Guest
Created on Apr 26, 2021

When a New user ID is created or Password changed for an existing user, do we have an option of sending an automated email to the end-user via a configured template

This will help in eliminating dependence on Admin to release welcome or password reset email.

  • Attach files
  • Admin
    Miguel Díez
    Reply
    |
    Jun 21, 2021

    Hi Awanish,

    I guess you are using authentication towards the Spotfire database, isn't it?

    Usually authentication is delegated to an external application or service (i.e.: using LDAP, OIDC, NTLM, JAAS, etc).

    Therefore, it is the responsibility of that external specialized authentication application or service to handle password change notification, and not something we would expect to be handled within Spotfire application.

    Anyhow, if you want to automate this, you can create a script and use the Spotfire cli to change the password and after that, from the same script, send an automated mail with any common mail command line tool.

    https://docs.tibco.com/pub/spotfire_server/latest/doc/html/TIB_sfire_server_tsas_admin_help/server/topics/set-user-password.html

    Thanks