Skip to main content
Version: 2.0.0

tdk auth password-change

Change the password of a user in a Tabsdata Server

tdk auth password-change \
--user admin \
--old-password OldP@ss123 \
--new-password NewP@ss456 \
https://tabsdata.example.com
FlagTypeRequiredDescription
--user, -ustringRequiredUsername for the Tabsdata Server. Will be prompted for it if not provided.
--old-password, -pstringOptionalOld password for the Tabsdata Server. It is discouraged to send the password as a plain argument, it should be either sent as the value of an environment variable or written through the prompt. Will be prompted for it if not provided.
--new-password, -nstringOptionalNew password for the Tabsdata Server. It is discouraged to send the password as a plain argument, it should be either sent as the value of an environment variable or written through the prompt. Will be prompted for it if not provided.
<server_url>stringRequired