This document (including, without limitation, any product roadmap or statement of direction data) illustrates the planned testing, release and availability dates for Spotfire products and services. It is for informational purposes only and its contents are subject to change without notice. Planning to implement - generally 6-12 months out. Likely to Implement - generally means 12-18 months out.
Copyright © 2014-2023 Cloud Software Group, Inc. All Rights Reserved.
Cloud Software Group, Inc. ("Company") follows the EU Standard Contractual Clauses as per the Company's Data Processing Agreement.
Terms of Use |
Privacy Policy |
Trademarks |
Patents |
Contact Us
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